Last updated on 2023-02-25 07:59:12 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4-0 | 6.04 | 24.82 | 30.86 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.4-0 | 4.66 | 19.89 | 24.55 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.4-0 | 40.38 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.4-0 | 40.64 | WARN | |||
r-devel-windows-x86_64 | 0.4-0 | 39.00 | 51.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 0.4-0 | 4.57 | 24.89 | 29.46 | OK | |
r-release-linux-x86_64 | 0.4-0 | 4.95 | 24.88 | 29.83 | 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 |
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