Last updated on 2026-07-29 14:54:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 8.1.0 | 294.98 | 113.69 | 408.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 8.1.0 | 232.63 | 82.26 | 314.89 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 8.1.0 | 491.00 | 175.09 | 666.09 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 8.1.0 | 176.00 | 79.43 | 255.43 | OK | |
| r-devel-windows-x86_64 | 8.1.0 | 352.00 | 143.00 | 495.00 | OK | |
| r-patched-linux-x86_64 | 8.1.0 | 294.50 | 106.29 | 400.79 | OK | |
| r-release-linux-x86_64 | 8.1.0 | 295.30 | 106.85 | 402.15 | OK | |
| r-release-macos-arm64 | 8.1.0 | 78.00 | 14.00 | 92.00 | OK | |
| r-release-macos-x86_64 | 8.1.0 | 230.00 | 166.00 | 396.00 | OK | |
| r-release-windows-x86_64 | 8.1.0 | 335.00 | 153.00 | 488.00 | OK | |
| r-oldrel-macos-arm64 | 8.1.0 | 79.00 | 19.00 | 98.00 | OK | |
| r-oldrel-macos-x86_64 | 8.1.0 | 233.00 | 134.00 | 367.00 | OK | |
| r-oldrel-windows-x86_64 | 8.1.0 | 381.00 | 179.00 | 560.00 | OK |
Version: 8.1.0
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/eulerr/libs/eulerr.so’:
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