CRAN Package Check Results for Package RLT

Last updated on 2023-02-11 12:57:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.2.4 10.48 26.02 36.50 WARN
r-devel-linux-x86_64-debian-gcc 3.2.4 7.92 20.10 28.02 WARN
r-devel-linux-x86_64-fedora-clang 3.2.4 44.11 WARN
r-devel-linux-x86_64-fedora-gcc 3.2.4 44.72 WARN
r-devel-windows-x86_64 3.2.4 21.00 62.00 83.00 OK
r-patched-linux-x86_64 3.2.4 7.92 25.09 33.01 OK
r-release-linux-x86_64 3.2.4 6.75 25.30 32.05 OK
r-release-macos-arm64 3.2.4 23.00 OK
r-release-macos-x86_64 3.2.4 26.00 OK
r-release-windows-x86_64 3.2.4 20.00 58.00 78.00 OK
r-oldrel-macos-arm64 3.2.4 21.00 OK
r-oldrel-macos-x86_64 3.2.4 27.00 OK
r-oldrel-windows-ix86+x86_64 3.2.4 27.00 60.00 87.00 OK

Check Details

Version: 3.2.4
Check: compiled code
Result: WARN
    File ‘RLT/libs/RLT.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘RLT.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: 3.2.4
Check: compiled code
Result: WARN
    File ‘RLT/libs/RLT.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Object: ‘RLT.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