Last updated on 2026-07-29 03:59:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.1 | 44.48 | 23.64 | 68.12 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.1 | 35.53 | 19.56 | 55.09 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.0.1 | 75.00 | 33.44 | 108.44 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 25.00 | 14.86 | 39.86 | OK | |
| r-devel-windows-x86_64 | 0.0.1 | 52.00 | 52.00 | 104.00 | OK | |
| r-patched-linux-x86_64 | 0.0.1 | 44.01 | 20.81 | 64.82 | OK | |
| r-release-linux-x86_64 | 0.0.1 | 43.44 | 20.79 | 64.23 | OK | |
| r-release-macos-arm64 | 0.0.1 | 11.00 | 6.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.0.1 | 34.00 | 25.00 | 59.00 | OK | |
| r-release-windows-x86_64 | 0.0.1 | 64.00 | 58.00 | 122.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.1 | 11.00 | 10.00 | 21.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.1 | 37.00 | 43.00 | 80.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.1 | 76.00 | 65.00 | 141.00 | OK |
Version: 0.0.1
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/uuidx/libs/uuidx.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘abort’, possibly from ‘abort’ (C)
Found ‘exit’, possibly from ‘exit’ (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