Last updated on 2025-12-12 07:50:20 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-27 | 3.82 | 25.52 | 29.34 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.4-28 | 32.00 | 33.50 | 65.50 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4-28 | 35.00 | 37.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 | 12.00 | 145.00 | 157.00 | OK | |
| r-release-windows-x86_64 | 0.4-27 | 13.00 | 67.00 | 80.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.4-28 | 6.00 | 56.00 | 62.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4-28 | 16.00 | 115.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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
Version: 0.4-27
Check: compiled code
Result: NOTE
File 'proxy/libs/x64/proxy.dll':
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.
Flavor: r-release-windows-x86_64