Last updated on 2023-01-25 04:51:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-6 | 18.83 | 120.08 | 138.91 | WARN | |
r-devel-linux-x86_64-debian-gcc | 2.0-6 | 14.33 | 91.33 | 105.66 | WARN | |
r-devel-linux-x86_64-fedora-clang | 2.0-6 | 179.36 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 2.0-6 | 168.93 | WARN | |||
r-patched-linux-x86_64 | 2.0-6 | 20.39 | 116.59 | 136.98 | OK | |
r-release-linux-x86_64 | 2.0-6 | 14.35 | 116.63 | 130.98 | OK | |
r-release-macos-arm64 | 2.0-6 | 58.00 | OK | |||
r-release-macos-x86_64 | 2.0-6 | 69.00 | OK | |||
r-release-windows-x86_64 | 2.0-6 | 26.00 | 143.00 | 169.00 | OK | |
r-oldrel-macos-arm64 | 2.0-6 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0-6 | 65.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.0-6 | 37.00 | 188.00 | 225.00 | OK |
Version: 2.0-6
Check: compiled code
Result: WARN
File ‘qrjoint/libs/qrjoint.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘qrjoint.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.0-6
Check: compiled code
Result: WARN
File ‘qrjoint/libs/qrjoint.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘qrjoint.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