Last updated on 2026-04-03 23:56:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 207.07 | 139.90 | 346.97 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 162.08 | 102.99 | 265.07 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 359.00 | 227.79 | 586.79 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 360.00 | 252.08 | 612.08 | NOTE | |
| r-devel-macos-arm64 | 1.1.0 | 46.00 | 21.00 | 67.00 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 252.00 | 192.00 | 444.00 | NOTE | |
| r-patched-linux-x86_64 | 1.1.0 | 209.72 | 130.67 | 340.39 | NOTE | |
| r-release-linux-x86_64 | 1.1.0 | 204.56 | 121.34 | 325.90 | OK | |
| r-release-macos-arm64 | 1.1.0 | 49.00 | 26.00 | 75.00 | OK | |
| r-release-macos-x86_64 | 1.1.0 | 161.00 | 259.00 | 420.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 240.00 | 183.00 | 423.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | 53.00 | 49.00 | 102.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.0 | 155.00 | 175.00 | 330.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 248.00 | 226.00 | 474.00 | OK |
Version: 1.1.0
Check: compiled code
Result: NOTE
File ‘caugi/libs/caugi.so’:
Found non-API call to R: ‘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-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.0
Check: compiled code
Result: NOTE
File 'caugi/libs/x64/caugi.dll':
Found non-API call to R: '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.1.0
Check: compiled code
Result: NOTE
File ‘caugi/libs/caugi.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘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