CRAN Package Check Results for Package C50

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.7 24.54 98.66 123.20 WARN
r-devel-linux-x86_64-debian-gcc 0.1.7 20.80 75.27 96.07 WARN
r-devel-linux-x86_64-fedora-clang 0.1.7 161.06 WARN
r-devel-linux-x86_64-fedora-gcc 0.1.7 165.72 WARN
r-devel-windows-x86_64 0.1.7 64.00 134.00 198.00 OK
r-patched-linux-x86_64 0.1.7 21.50 94.79 116.29 OK
r-release-linux-x86_64 0.1.7 23.94 91.79 115.73 OK
r-release-macos-arm64 0.1.7 50.00 OK
r-release-macos-x86_64 0.1.7 61.00 OK
r-release-windows-x86_64 0.1.7 56.00 126.00 182.00 OK
r-oldrel-macos-arm64 0.1.7 50.00 OK
r-oldrel-macos-x86_64 0.1.7 81.00 OK
r-oldrel-windows-ix86+x86_64 0.1.7 83.00 152.00 235.00 OK

Check Details

Version: 0.1.7
Check: compiled code
Result: WARN
    File ‘C50/libs/C50.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘getnames.o’, ‘implicitatt.o’, ‘utility.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.1.7
Check: compiled code
Result: WARN
    File ‘C50/libs/C50.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘getnames.o’, ‘implicitatt.o’, ‘utility.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