CRAN Package Check Results for Package npcp

Last updated on 2023-01-25 04:51:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2-4 10.79 43.76 54.55 WARN
r-devel-linux-x86_64-debian-gcc 0.2-4 8.32 33.18 41.50 WARN
r-devel-linux-x86_64-fedora-clang 0.2-4 66.92 WARN
r-devel-linux-x86_64-fedora-gcc 0.2-4 63.97 WARN
r-patched-linux-x86_64 0.2-4 9.48 41.59 51.07 OK
r-release-linux-x86_64 0.2-4 9.43 41.09 50.52 OK
r-release-macos-arm64 0.2-4 29.00 OK
r-release-macos-x86_64 0.2-4 32.00 OK
r-release-windows-x86_64 0.2-4 33.00 74.00 107.00 OK
r-oldrel-macos-arm64 0.2-4 31.00 OK
r-oldrel-macos-x86_64 0.2-4 36.00 OK
r-oldrel-windows-ix86+x86_64 0.2-4 30.00 81.00 111.00 OK

Check Details

Version: 0.2-4
Check: compiled code
Result: WARN
    File ‘npcp/libs/npcp.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘set_utils.o’
    
    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 nor [v]sprintf.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 0.2-4
Check: compiled code
Result: WARN
    File ‘npcp/libs/npcp.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Object: ‘set_utils.o’
    
    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 nor [v]sprintf.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang