Last updated on 2026-07-29 02:58:21 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.1 | 67.88 | 60.74 | 128.62 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.1 | 55.86 | 44.98 | 100.84 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.0.1 | 99.00 | 3.35 | 102.35 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 42.00 | 1.97 | 43.97 | ERROR | |
| r-devel-windows-x86_64 | 0.0.1 | 112.00 | 89.00 | 201.00 | OK | |
| r-release-linux-x86_64 | 0.0.1 | 68.72 | 57.61 | 126.33 | OK | |
| r-release-macos-arm64 | 0.0.1 | 11.00 | 24.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 0.0.1 | 37.00 | 154.00 | 191.00 | OK | |
| r-release-windows-x86_64 | 0.0.1 | 102.00 | 120.00 | 222.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.1 | 11.00 | 27.00 | 38.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.1 | 39.00 | 255.00 | 294.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.1 | 139.00 | 122.00 | 261.00 | OK |
Version: 0.0.1
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/catmodeling/libs/catmodeling.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
Version: 0.0.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc