CRAN Package Check Results for Package RLT

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.2.4 9.86 25.40 35.26 WARN
r-devel-linux-x86_64-debian-gcc 3.2.4 8.31 19.54 27.85 WARN
r-devel-linux-x86_64-fedora-clang 3.2.4 45.07 WARN
r-devel-linux-x86_64-fedora-gcc 3.2.4 46.28 WARN
r-devel-windows-x86_64 3.2.4 24.00 64.00 88.00 OK
r-patched-linux-x86_64 3.2.4 8.13 25.39 33.52 OK
r-release-linux-x86_64 3.2.4 7.80 25.34 33.14 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 17.00 53.00 70.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 26.00 59.00 85.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