Last updated on 2026-03-31 21:53:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 255.47 | 46.61 | 302.08 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 214.05 | 36.39 | 250.44 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 420.00 | 42.79 | 462.79 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 398.00 | 77.16 | 475.16 | OK | |
| r-devel-macos-arm64 | 1.0.0 | 66.00 | -16.00 | 50.00 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 260.00 | 74.00 | 334.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.0 | 265.00 | 40.24 | 305.24 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 262.96 | 39.79 | 302.75 | OK | |
| r-release-macos-arm64 | 1.0.0 | 65.00 | -16.00 | 49.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 228.00 | 149.00 | 377.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 252.00 | 72.00 | 324.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 64.00 | -10.00 | 54.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 218.00 | 140.00 | 358.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 309.00 | 86.00 | 395.00 | OK |
Version: 1.0.0
Check: compiled code
Result: NOTE
File ‘fio/libs/fio.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’
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: 1.0.0
Check: compiled code
Result: NOTE
File ‘fio/libs/fio.so’:
Found non-API call to R: ‘R_UnboundValue’
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-gcc, r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: compiled code
Result: NOTE
File 'fio/libs/x64/fio.dll':
Found non-API calls to R: 'R_MissingArg', 'R_UnboundValue'
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