CRAN Package Check Results for Package vein

Last updated on 2022-04-24 03:52:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.5 33.49 294.19 327.68 OK
r-devel-linux-x86_64-debian-gcc 0.9.5 26.86 212.32 239.18 OK
r-devel-linux-x86_64-fedora-clang 0.9.5 371.85 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9.5 379.93 NOTE
r-patched-linux-x86_64 0.9.5 23.45 271.82 295.27 OK
r-release-linux-x86_64 0.9.5 24.41 267.60 292.01 OK
r-release-macos-arm64 0.9.5 NOTE
r-release-macos-x86_64 0.9.5 NOTE
r-release-windows-x86_64 0.9.5 73.00 320.00 393.00 OK
r-oldrel-macos-arm64 0.9.5 NOTE
r-oldrel-macos-x86_64 0.9.5 NOTE
r-oldrel-windows-ix86+x86_64 0.9.5 74.00 471.00 545.00 NOTE

Check Details

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