Last updated on 2026-04-15 06:51:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.6.6 | 19.49 | 173.92 | 193.41 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.6.6 | 14.25 | 112.33 | 126.58 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.6.6 | 30.00 | 255.17 | 285.17 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.6.6 | 38.00 | 257.87 | 295.87 | OK | |
| r-devel-macos-arm64 | 3.6.5 | 6.00 | 56.00 | 62.00 | WARN | |
| r-devel-windows-x86_64 | 3.6.6 | 62.00 | 198.00 | 260.00 | OK | |
| r-patched-linux-x86_64 | 3.6.5 | 20.47 | 157.00 | 177.47 | WARN | |
| r-release-linux-x86_64 | 3.6.6 | 18.84 | 151.18 | 170.02 | OK | |
| r-release-macos-arm64 | 3.6.5 | OK | ||||
| r-release-macos-x86_64 | 3.6.6 | 18.00 | 224.00 | 242.00 | OK | |
| r-release-windows-x86_64 | 3.6.6 | 61.00 | 188.00 | 249.00 | OK | |
| r-oldrel-macos-arm64 | 3.6.5 | OK | ||||
| r-oldrel-macos-x86_64 | 3.6.6 | 16.00 | 210.00 | 226.00 | OK | |
| r-oldrel-windows-x86_64 | 3.6.6 | 69.00 | 237.00 | 306.00 | OK |
Version: 3.6.5
Check: compiled code
Result: WARN
File ‘cli/libs/cli.so’:
Found non-API calls to R: ‘Rf_findVar’, ‘Rf_findVarInFrame’
These entry points may be removed soon:
‘Rf_findVar’, ‘Rf_findVarInFrame’
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-macos-arm64
Version: 3.6.5
Check: compiled code
Result: WARN
File ‘cli/libs/cli.so’:
Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_findVar’,
‘Rf_findVarInFrame’
These entry points may be removed soon:
‘Rf_findVar’, ‘Rf_findVarInFrame’
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