Last updated on 2023-01-25 04:51:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 10.26 | 50.06 | 60.32 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.2-1 | 8.85 | 37.75 | 46.60 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2-1 | 74.31 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2-1 | 73.54 | OK | |||
r-patched-linux-x86_64 | 1.2 | 10.81 | 49.50 | 60.31 | OK | |
r-release-linux-x86_64 | 1.2 | 8.73 | 48.79 | 57.52 | OK | |
r-release-macos-arm64 | 1.2-1 | 23.00 | OK | |||
r-release-macos-x86_64 | 1.2 | 33.00 | OK | |||
r-release-windows-x86_64 | 1.2 | 19.00 | 75.00 | 94.00 | OK | |
r-oldrel-macos-arm64 | 1.2-1 | 24.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2 | 36.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.2 | 27.00 | 86.00 | 113.00 | OK |
Version: 1.2
Check: compiled code
Result: WARN
File ‘relevent/libs/relevent.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘relevent.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-debian-clang