Last updated on 2023-03-08 12:57:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-6 | 6.35 | 53.86 | 60.21 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.0-6 | 5.65 | 41.76 | 47.41 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.0-6 | 77.33 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-6 | 73.46 | WARN | |||
r-patched-linux-x86_64 | 1.0-6 | 6.86 | 51.42 | 58.28 | OK | |
r-release-linux-x86_64 | 1.0-6 | 6.87 | 51.89 | 58.76 | OK | |
r-release-macos-arm64 | 1.0-6 | 26.00 | OK | |||
r-release-macos-x86_64 | 1.0-6 | 36.00 | OK | |||
r-release-windows-x86_64 | 1.0-6 | 13.00 | 84.00 | 97.00 | OK | |
r-oldrel-macos-arm64 | 1.0-6 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0-6 | 48.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0-6 | 21.00 | 104.00 | 125.00 | OK |
Version: 1.0-6
Check: compiled code
Result: WARN
File ‘hier.part/libs/hier.part.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘gener.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.0-6
Check: compiled code
Result: WARN
File ‘hier.part/libs/hier.part.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘gener.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