Last updated on 2026-03-30 18:52:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.8.1 | 31.93 | 45.97 | 77.90 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 1.8.1 | 27.74 | 37.40 | 65.14 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 1.8.1 | 52.00 | 72.68 | 124.68 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 1.8.1 | 104.00 | 82.11 | 186.11 | WARN | |
| r-devel-macos-arm64 | 1.8.1 | 20.00 | 19.00 | 39.00 | WARN | |
| r-devel-windows-x86_64 | 1.8.1 | 249.00 | 110.00 | 359.00 | WARN | |
| r-patched-linux-x86_64 | 1.8.1 | 35.53 | 38.50 | 74.03 | OK | |
| r-release-linux-x86_64 | 1.8.1 | 33.37 | 38.74 | 72.11 | OK | |
| r-release-macos-arm64 | 1.8.1 | 19.00 | 39.00 | 58.00 | OK | |
| r-release-macos-x86_64 | 1.8.1 | 60.00 | 124.00 | 184.00 | OK | |
| r-release-windows-x86_64 | 1.8.1 | 254.00 | 100.00 | 354.00 | OK | |
| r-oldrel-macos-arm64 | 1.8.1 | 21.00 | 51.00 | 72.00 | OK | |
| r-oldrel-macos-x86_64 | 1.8.1 | 59.00 | 140.00 | 199.00 | OK | |
| r-oldrel-windows-x86_64 | 1.8.1 | 266.00 | 119.00 | 385.00 | OK |
Version: 1.8.1
Check: compiled code
Result: WARN
File ‘nanonext/libs/nanonext.so’:
Found non-API call to R: ‘Rf_findVarInFrame’
This entry point may be removed soon.
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-fedora-gcc, r-devel-macos-arm64
Version: 1.8.1
Check: compiled code
Result: WARN
File ‘nanonext/libs/nanonext.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’,
‘Rf_findVarInFrame’
This entry point may be removed soon:
‘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-linux-x86_64-debian-gcc
Version: 1.8.1
Check: compiled code
Result: WARN
File ‘nanonext/libs/nanonext.so’:
Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_findVarInFrame’
This entry point may be removed soon:
‘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-linux-x86_64-fedora-clang
Version: 1.8.1
Check: compiled code
Result: WARN
File 'nanonext/libs/x64/nanonext.dll':
Found non-API call to R: 'Rf_findVarInFrame'
This entry point may be removed soon.
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