Last updated on 2023-02-07 23:07:57 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-6 | 21.06 | 119.71 | 140.77 | WARN | |
r-devel-linux-x86_64-debian-gcc | 2.0-6 | 14.77 | 91.12 | 105.89 | 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 | 27.00 | 145.00 | 172.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 | 16.67 | 116.38 | 133.05 | 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 | 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