CRAN Package Check Results for Package randtoolbox

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.3 11.31 72.28 83.59 WARN
r-devel-linux-x86_64-debian-gcc 2.0.3 9.54 55.66 65.20 WARN
r-devel-linux-x86_64-fedora-clang 2.0.3 114.33 WARN
r-devel-linux-x86_64-fedora-gcc 2.0.3 119.19 WARN
r-patched-linux-x86_64 2.0.3 11.70 70.95 82.65 OK
r-release-linux-x86_64 2.0.3 9.88 69.91 79.79 OK
r-release-macos-arm64 2.0.3 47.00 OK
r-release-macos-x86_64 2.0.3 61.00 OK
r-release-windows-x86_64 2.0.3 125.00 159.00 284.00 OK
r-oldrel-macos-arm64 2.0.3 50.00 OK
r-oldrel-macos-x86_64 2.0.3 73.00 OK
r-oldrel-windows-ix86+x86_64 2.0.3 41.00 131.00 172.00 WARN

Check Details

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

Version: 2.0.3
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     congruRand.c:206:21: warning: ISO C does not support the 'I64' ms_scanf length modifier [-Wformat=]
     congruRand.c:213:20: warning: ISO C does not support the 'I64' ms_scanf length modifier [-Wformat=]
     congruRand.c:214:20: warning: ISO C does not support the 'I64' ms_scanf length modifier [-Wformat=]
     congruRand.c:215:18: warning: ISO C does not support the 'I64' ms_scanf length modifier [-Wformat=]
Flavor: r-oldrel-windows-ix86+x86_64