Last updated on 2023-01-25 04:51:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2-2 | 7.24 | 25.33 | 32.57 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.2-2 | 5.61 | 19.83 | 25.44 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.2-2 | 42.70 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.2-2 | 40.83 | WARN | |||
r-patched-linux-x86_64 | 1.2-2 | 6.95 | 25.52 | 32.47 | OK | |
r-release-linux-x86_64 | 1.2-2 | 6.83 | 25.59 | 32.42 | OK | |
r-release-macos-arm64 | 1.2-2 | 20.00 | OK | |||
r-release-macos-x86_64 | 1.2-2 | 26.00 | OK | |||
r-release-windows-x86_64 | 1.2-2 | 30.00 | 55.00 | 85.00 | OK | |
r-oldrel-macos-arm64 | 1.2-2 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2-2 | 56.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.2-2 | 30.00 | 55.00 | 85.00 | OK |
Version: 1.2-2
Check: compiled code
Result: WARN
File ‘minpack.lm/libs/minpack.lm.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘fcn_message.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: 1.2-2
Check: compiled code
Result: WARN
File ‘minpack.lm/libs/minpack.lm.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘fcn_message.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