Last updated on 2023-02-02 14:51:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.6 | 10.74 | 57.58 | 68.32 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.1.6 | 8.36 | 43.62 | 51.98 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.1.6 | 85.96 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.6 | 84.09 | WARN | |||
r-patched-linux-x86_64 | 1.1.6 | 11.02 | 54.80 | 65.82 | OK | |
r-release-linux-x86_64 | 1.1.6 | 10.08 | 54.69 | 64.77 | OK | |
r-release-macos-arm64 | 1.1.6 | 50.00 | OK | |||
r-release-macos-x86_64 | 1.1.6 | 64.00 | OK | |||
r-release-windows-x86_64 | 1.1.6 | 60.00 | 102.00 | 162.00 | OK | |
r-oldrel-macos-arm64 | 1.1.6 | 51.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.6 | 75.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.1.6 | 33.00 | 118.00 | 151.00 | OK |
Version: 1.1.6
Check: compiled code
Result: WARN
File ‘webfakes/libs/webfakes.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘civetweb.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.6
Check: compiled code
Result: WARN
File ‘webfakes/libs/webfakes.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘civetweb.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