Last updated on 2023-01-25 04:51:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.12.3.1 | 4.82 | 128.82 | 133.64 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.12.3.1 | 3.69 | 104.44 | 108.13 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.12.3.1 | 183.85 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.12.3.1 | 183.64 | WARN | |||
r-patched-linux-x86_64 | 0.12.3.1 | 5.06 | 124.97 | 130.03 | OK | |
r-release-linux-x86_64 | 0.12.3.1 | 4.94 | 124.48 | 129.42 | OK | |
r-release-macos-arm64 | 0.12.3.1 | 77.00 | OK | |||
r-release-macos-x86_64 | 0.12.3.1 | 97.00 | OK | |||
r-release-windows-x86_64 | 0.12.3.1 | 62.00 | 484.00 | 546.00 | OK | |
r-oldrel-macos-arm64 | 0.12.3.1 | 192.00 | OK | |||
r-oldrel-macos-x86_64 | 0.12.3.1 | 259.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.12.3.1 | 13.00 | 192.00 | 205.00 | OK |
Version: 0.12.3.1
Check: compiled code
Result: WARN
File ‘tikzDevice/libs/tikzDevice.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘tikzDevice.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: 0.12.3.1
Check: compiled code
Result: WARN
File ‘tikzDevice/libs/tikzDevice.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘tikzDevice.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