CRAN Package Check Results for Package argon2

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4-0 6.32 24.26 30.58 WARN
r-devel-linux-x86_64-debian-gcc 0.4-0 4.64 19.01 23.65 WARN
r-devel-linux-x86_64-fedora-clang 0.4-0 40.84 WARN
r-devel-linux-x86_64-fedora-gcc 0.4-0 38.31 WARN
r-devel-windows-x86_64 0.4-0 37.00 64.00 101.00 OK
r-patched-linux-x86_64 0.4-0 4.59 24.81 29.40 OK
r-release-linux-x86_64 0.4-0 5.03 25.05 30.08 OK
r-release-macos-arm64 0.4-0 18.00 OK
r-release-macos-x86_64 0.4-0 25.00 OK
r-release-windows-x86_64 0.4-0 18.00 51.00 69.00 OK
r-oldrel-macos-arm64 0.4-0 19.00 OK
r-oldrel-macos-x86_64 0.4-0 34.00 OK
r-oldrel-windows-ix86+x86_64 0.4-0 28.00 35.00 63.00 OK

Check Details

Version: 0.4-0
Check: compiled code
Result: WARN
    File ‘argon2/libs/argon2.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘argon2/encoding.o’, ‘raw_as_char.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.4-0
Check: compiled code
Result: WARN
    File ‘argon2/libs/argon2.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘argon2/encoding.o’, ‘raw_as_char.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