Last updated on 2023-02-11 12:57:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.3 | 1.96 | 20.18 | 22.14 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.1.3 | 1.70 | 16.41 | 18.11 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.1.3 | 29.72 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.3 | 30.20 | WARN | |||
r-devel-windows-x86_64 | 1.1.3 | 15.00 | 49.00 | 64.00 | OK | |
r-patched-linux-x86_64 | 1.1.3 | 2.18 | 20.45 | 22.63 | OK | |
r-release-linux-x86_64 | 1.1.3 | 2.29 | 21.54 | 23.83 | OK | |
r-release-macos-arm64 | 1.1.3 | 16.00 | OK | |||
r-release-macos-x86_64 | 1.1.3 | 22.00 | OK | |||
r-release-windows-x86_64 | 1.1.3 | 11.00 | 44.00 | 55.00 | OK | |
r-oldrel-macos-arm64 | 1.1.3 | 18.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.3 | 21.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.1.3 | 8.00 | 31.00 | 39.00 | OK |
Version: 1.1.3
Check: compiled code
Result: WARN
File ‘xptr/libs/xptr.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘xptr.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.1.3
Check: compiled code
Result: WARN
File ‘xptr/libs/xptr.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘xptr.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