Last updated on 2025-12-13 17:48:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4-27 | 4.86 | 32.40 | 37.26 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.4-28 | 3.78 | 25.10 | 28.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4-28 | 9.00 | 56.50 | 65.50 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4-28 | 9.00 | 63.67 | 72.67 | OK | |
| r-devel-windows-x86_64 | 0.4-28 | 11.00 | 65.00 | 76.00 | OK | |
| r-patched-linux-x86_64 | 0.4-27 | 4.45 | 30.09 | 34.54 | NOTE | |
| r-release-linux-x86_64 | 0.4-27 | 5.00 | 30.31 | 35.31 | NOTE | |
| r-release-macos-arm64 | 0.4-28 | 2.00 | 39.00 | 41.00 | OK | |
| r-release-macos-x86_64 | 0.4-28 | 5.00 | 152.00 | 157.00 | OK | |
| r-release-windows-x86_64 | 0.4-28 | 12.00 | 67.00 | 79.00 | OK | |
| r-oldrel-macos-arm64 | 0.4-28 | 2.00 | 60.00 | 62.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4-28 | 5.00 | 126.00 | 131.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4-28 | 15.00 | 74.00 | 89.00 | OK |
Version: 0.4-27
Check: compiled code
Result: WARN
File ‘proxy/libs/proxy.so’:
Found non-API calls to R: ‘OBJECT’, ‘Rf_NonNullStringMatch’,
‘SET_OBJECT’
These entry points may be removed soon:
‘Rf_NonNullStringMatch’, ‘OBJECT’
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: 0.4-27
Check: compiled code
Result: NOTE
File ‘proxy/libs/proxy.so’:
Found non-API calls to R: ‘OBJECT’, ‘Rf_NonNullStringMatch’
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-patched-linux-x86_64, r-release-linux-x86_64