Last updated on 2026-07-29 03:59:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 37.37 | 138.40 | 175.77 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 30.26 | 95.98 | 126.24 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 61.00 | 243.79 | 304.79 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 22.00 | 98.48 | 120.48 | NOTE | |
| r-devel-windows-x86_64 | 1.2.0 | 53.00 | 296.00 | 349.00 | NOTE | |
| r-patched-linux-x86_64 | 1.2.0 | 35.99 | 135.65 | 171.64 | NOTE | |
| r-release-linux-x86_64 | 1.2.0 | 37.35 | 136.83 | 174.18 | NOTE | |
| r-release-macos-arm64 | 1.2.0 | 10.00 | 46.00 | 56.00 | NOTE | |
| r-release-macos-x86_64 | 1.2.0 | 30.00 | 199.00 | 229.00 | NOTE | |
| r-release-windows-x86_64 | 1.2.0 | 59.00 | 300.00 | 359.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.0 | 30.00 | 195.00 | 225.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 72.00 | 349.00 | 421.00 | OK |
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘xactonomial/libs/xactonomial.so’:
Found non-API call to R: ‘R_NamespaceRegistry’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/xactonomial/libs/xactonomial.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘abort’, possibly from ‘abort’ (C)
Found ‘exit’, possibly from ‘exit’ (C)
File ‘xactonomial/libs/xactonomial.so’:
Found non-API call to R: ‘R_NamespaceRegistry’
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.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.0
Check: compiled code
Result: NOTE
File 'xactonomial/libs/x64/xactonomial.dll':
Found non-API call to R: 'R_NamespaceRegistry'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64