Last updated on 2026-04-03 18:51:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 162.29 | 31.07 | 193.36 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 137.80 | 24.95 | 162.75 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 300.00 | 70.74 | 370.74 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 295.00 | 46.73 | 341.73 | NOTE | |
| r-devel-macos-arm64 | 0.3.0 | 37.00 | -2.00 | 35.00 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 200.00 | 65.00 | 265.00 | NOTE | |
| r-patched-linux-x86_64 | 0.3.0 | 161.39 | 27.86 | 189.25 | NOTE | |
| r-release-linux-x86_64 | 0.3.0 | 160.76 | 26.82 | 187.58 | OK | |
| r-release-macos-arm64 | 0.3.0 | OK | ||||
| r-release-macos-x86_64 | 0.3.0 | 125.00 | 12.00 | 137.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 209.00 | 66.00 | 275.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.0 | 124.00 | 25.00 | 149.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 235.00 | 77.00 | 312.00 | OK |
Version: 0.3.0
Check: compiled code
Result: NOTE
File ‘h3o/libs/h3o.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-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.0
Check: compiled code
Result: NOTE
File 'h3o/libs/x64/h3o.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
Version: 0.3.0
Check: compiled code
Result: NOTE
File ‘h3o/libs/h3o.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-patched-linux-x86_64