CRAN Package Check Results for Package ifctools

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.4 3.35 21.88 25.23 WARN
r-devel-linux-x86_64-debian-gcc 0.3.4 2.74 17.47 20.21 WARN
r-devel-linux-x86_64-fedora-clang 0.3.4 33.66 WARN
r-devel-linux-x86_64-fedora-gcc 0.3.4 31.37 WARN
r-devel-windows-x86_64 0.3.4 15.00 58.00 73.00 OK
r-patched-linux-x86_64 0.3.4 3.13 22.51 25.64 OK
r-release-linux-x86_64 0.3.4 3.29 22.83 26.12 OK
r-release-macos-arm64 0.3.4 17.00 OK
r-release-macos-x86_64 0.3.4 23.00 OK
r-release-windows-x86_64 0.3.4 18.00 52.00 70.00 OK
r-oldrel-macos-arm64 0.3.4 21.00 OK
r-oldrel-macos-x86_64 0.3.4 22.00 OK
r-oldrel-windows-ix86+x86_64 0.3.4 13.00 56.00 69.00 OK

Check Details

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