Last updated on 2023-02-01 00:52:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.2 | 9.29 | 32.98 | 42.27 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.2.2 | 6.59 | 25.81 | 32.40 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.2.2 | 53.59 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.3 | 67.34 | OK | |||
r-devel-windows-x86_64 | 1.2.2 | 98.00 | 71.00 | 169.00 | OK | |
r-patched-linux-x86_64 | 1.2.2 | 6.74 | 32.41 | 39.15 | OK | |
r-release-linux-x86_64 | 1.2.2 | 6.36 | 32.64 | 39.00 | OK | |
r-release-macos-arm64 | 1.2.3 | 35.00 | OK | |||
r-release-macos-x86_64 | 1.2.2 | 32.00 | OK | |||
r-release-windows-x86_64 | 1.2.2 | 109.00 | 79.00 | 188.00 | OK | |
r-oldrel-macos-arm64 | 1.2.3 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.2 | 65.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.2.2 | 37.00 | 74.00 | 111.00 | OK |
Version: 1.2.2
Check: compiled code
Result: WARN
File ‘utf8/libs/utf8.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘bytes.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
Version: 1.2.2
Check: compiled code
Result: WARN
File ‘utf8/libs/utf8.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘bytes.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