CRAN Package Check Results for Package filehash

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.4-3 6.02 36.46 42.48 WARN
r-devel-linux-x86_64-debian-gcc 2.4-3 4.81 28.96 33.77 WARN
r-devel-linux-x86_64-fedora-clang 2.4-3 58.08 WARN
r-devel-linux-x86_64-fedora-gcc 2.4-3 65.78 WARN
r-devel-windows-x86_64 2.4-3 52.00 81.00 133.00 OK
r-patched-linux-x86_64 2.4-3 6.49 36.78 43.27 OK
r-release-linux-x86_64 2.4-3 7.46 36.87 44.33 OK
r-release-macos-arm64 2.4-3 24.00 OK
r-release-macos-x86_64 2.4-3 37.00 OK
r-release-windows-x86_64 2.4-3 27.00 82.00 109.00 OK
r-oldrel-macos-arm64 2.4-3 44.00 OK
r-oldrel-macos-x86_64 2.4-3 60.00 OK
r-oldrel-windows-ix86+x86_64 2.4-3 15.00 75.00 90.00 OK

Check Details

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