Last updated on 2026-04-03 23:56:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 36.60 | 137.57 | 174.17 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 30.64 | 96.06 | 126.70 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 60.00 | 183.92 | 243.92 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 67.00 | 260.00 | 327.00 | NOTE | |
| r-devel-macos-arm64 | 1.2.0 | 9.00 | 47.00 | 56.00 | OK | |
| r-devel-windows-x86_64 | 1.2.0 | 93.00 | 303.00 | 396.00 | NOTE | |
| r-patched-linux-x86_64 | 1.2.0 | 37.29 | 132.58 | 169.87 | NOTE | |
| r-release-linux-x86_64 | 1.2.0 | 35.29 | 130.11 | 165.40 | OK | |
| r-release-macos-arm64 | 1.2.0 | OK | ||||
| r-release-macos-x86_64 | 1.2.0 | 30.00 | 195.00 | 225.00 | OK | |
| r-release-windows-x86_64 | 1.2.0 | 56.00 | 296.00 | 352.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.0 | 31.00 | 170.00 | 201.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 60.00 | 350.00 | 410.00 | OK |
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘xactonomial/libs/xactonomial.so’:
Found non-API calls to R: ‘R_NamespaceRegistry’, ‘R_Srcref’,
‘R_UnboundValue’
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
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘xactonomial/libs/xactonomial.so’:
Found non-API calls to R: ‘R_NamespaceRegistry’, ‘R_UnboundValue’
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 calls to R: 'R_NamespaceRegistry', 'R_Srcref',
'R_UnboundValue'
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-windows-x86_64
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘xactonomial/libs/xactonomial.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_NamespaceRegistry’,
‘R_Srcref’, ‘R_UnboundValue’
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-patched-linux-x86_64