Last updated on 2023-02-01 21:55:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.13.1 | 4.23 | 27.14 | 31.37 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.13.1 | 3.03 | 21.76 | 24.79 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.13.1 | 42.28 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.13.3 | 51.88 | OK | |||
r-patched-linux-x86_64 | 1.13.1 | 3.11 | 26.55 | 29.66 | OK | |
r-release-linux-x86_64 | 1.13.1 | 3.90 | 27.15 | 31.05 | OK | |
r-release-macos-arm64 | 1.13.1 | 41.00 | OK | |||
r-release-macos-x86_64 | 1.13.1 | 25.00 | OK | |||
r-release-windows-x86_64 | 1.13.1 | 35.00 | 74.00 | 109.00 | OK | |
r-oldrel-macos-arm64 | 1.13.1 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 1.13.1 | 38.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.13.1 | 14.00 | 66.00 | 80.00 | OK |
Version: 1.13.1
Check: compiled code
Result: WARN
File ‘PBSddesolve/libs/PBSddesolve.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘PBSddesolve.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.13.1
Check: compiled code
Result: WARN
File ‘PBSddesolve/libs/PBSddesolve.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘PBSddesolve.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