Last updated on 2026-03-31 22:52:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 206.53 | 142.61 | 349.14 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 166.09 | 99.35 | 265.44 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 300.00 | 229.78 | 529.78 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 334.00 | 214.51 | 548.51 | OK | |
| r-devel-macos-arm64 | 1.1.0 | 46.00 | 21.00 | 67.00 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 213.00 | 193.00 | 406.00 | NOTE | |
| r-patched-linux-x86_64 | 1.1.0 | 207.91 | 121.51 | 329.42 | OK | |
| 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 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-devel-linux-x86_64-debian-clang
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-gcc, r-devel-linux-x86_64-fedora-clang
Version: 1.1.0
Check: compiled code
Result: NOTE
File 'caugi/libs/x64/caugi.dll':
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-devel-windows-x86_64