Last updated on 2026-04-11 04:49:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.6.5 | 19.14 | 171.58 | 190.72 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 3.6.6 | 14.27 | 111.08 | 125.35 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.6.6 | 31.00 | 272.98 | 303.98 | 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 | 56.00 | 200.00 | 256.00 | OK | |
| r-patched-linux-x86_64 | 3.6.5 | 20.47 | 157.00 | 177.47 | WARN | |
| r-release-linux-x86_64 | 3.6.5 | 16.92 | 148.82 | 165.74 | 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.5 | 59.00 | 183.00 | 242.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 | 89.00 | 235.00 | 324.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.
Flavors: r-devel-linux-x86_64-debian-clang, 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