CRAN Package Check Results for Maintainer ‘Sergio Ibarra-Espinosa <zergioibarra at gmail.com>’

Last updated on 2022-04-24 03:53:07 CEST.

Package NOTE OK
vein 7 5

Package vein

Current CRAN status: NOTE: 7, OK: 5

Version: 0.9.5
Check: data for non-ASCII characters
Result: NOTE
     Note: found 49 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.9.5
Check: compiled code
Result: NOTE
    Note: information on .o files for i386 is not available
    File 'd:/Rcompile/CRANpkg/lib/4.1/vein/libs/i386/vein.dll':
     Found '_exit', possibly from '_exit' (C)
     Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
     Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
     Found 'printf', possibly from 'printf' (C)
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs. The detected symbols are linked into the code but
    might come from libraries and not actually be called.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-oldrel-windows-ix86+x86_64