Last updated on 2026-07-29 14:55:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 273.11 | 56.03 | 329.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 209.88 | 43.70 | 253.58 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 397.00 | 85.06 | 482.06 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 157.00 | 42.17 | 199.17 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 264.00 | 80.00 | 344.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 262.80 | 52.92 | 315.72 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 262.72 | 52.59 | 315.31 | OK | |
| r-release-macos-arm64 | 1.1.0 | 66.00 | -10.00 | 56.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 194.00 | 17.00 | 211.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 334.00 | 83.00 | 417.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | 64.00 | -5.00 | 59.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.0 | 191.00 | 49.00 | 240.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 347.00 | 99.00 | 446.00 | OK |
Version: 1.1.0
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/fio/libs/fio.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘abort’, possibly from ‘abort’ (C)
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. The detected symbols are linked into
the code but might come from libraries and not actually be called.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-gcc