Last updated on 2023-02-05 04:51:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-6 | 19.21 | 124.60 | 143.81 | WARN | |
r-devel-linux-x86_64-debian-gcc | 2.0-6 | 14.39 | 91.87 | 106.26 | WARN | |
r-devel-linux-x86_64-fedora-clang | 2.0-6 | 181.40 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 2.0-6 | 169.61 | WARN | |||
r-devel-windows-x86_64 | 2.0-6 | 28.00 | 151.00 | 179.00 | OK | |
r-patched-linux-x86_64 | 2.0-6 | 20.33 | 114.51 | 134.84 | OK | |
r-release-linux-x86_64 | 2.0-6 | 11.95 | 115.54 | 127.49 | 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 | 27.00 | 153.00 | 180.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 | 38.00 | 197.00 | 235.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