Last updated on 2026-07-29 04:55:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 48.89 | 29.04 | 77.93 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 40.49 | 22.89 | 63.38 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 80.00 | 39.86 | 119.86 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 31.00 | 17.99 | 48.99 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 68.00 | 52.00 | 120.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 48.90 | 25.53 | 74.43 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 49.28 | 25.58 | 74.86 | OK | |
| r-release-macos-arm64 | 0.1.1 | 11.00 | 10.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 35.00 | 44.00 | 79.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 66.00 | 53.00 | 119.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 12.00 | 11.00 | 23.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 37.00 | 63.00 | 100.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 94.00 | 59.00 | 153.00 | OK |
Version: 0.1.1
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/waysign/libs/waysign.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