Last updated on 2026-04-24 13:18:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.7.1 | 127.92 | 110.40 | 238.32 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.7.1 | 102.43 | 85.19 | 187.62 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.7.1 | 168.00 | 160.56 | 328.56 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.7.1 | 278.00 | 178.45 | 456.45 | OK | |
| r-patched-linux-x86_64 | 1.7.1 | 132.65 | 99.89 | 232.54 | OK | |
| r-release-linux-x86_64 | 1.7.1 | 111.37 | 97.73 | 209.10 | NOTE | |
| r-release-macos-arm64 | 1.7.1 | 21.00 | 17.00 | 38.00 | NOTE | |
| r-release-macos-x86_64 | 1.7.1 | 75.00 | 102.00 | 177.00 | NOTE | |
| r-release-windows-x86_64 | 1.7.1 | 208.00 | 200.00 | 408.00 | OK | |
| r-oldrel-macos-arm64 | 1.7.1 | 21.00 | 17.00 | 38.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.7.1 | 73.00 | 71.00 | 144.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.7.1 | 154.00 | 158.00 | 312.00 | NOTE |
Version: 1.7.1
Check: compiled code
Result: NOTE
File ‘vroom/libs/vroom.so’:
Found non-API calls to R: ‘DATAPTR’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’,
‘SET_TRUELENGTH’
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-release-linux-x86_64, r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.7.1
Check: compiled code
Result: NOTE
File ‘vroom/libs/vroom.so’:
Found non-API call to R: ‘R_NamespaceRegistry’
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-release-macos-x86_64
Version: 1.7.1
Check: compiled code
Result: NOTE
File 'vroom/libs/x64/vroom.dll':
Found non-API calls to R: 'DATAPTR', 'SETLENGTH', 'SET_GROWABLE_BIT',
'SET_TRUELENGTH'
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-oldrel-windows-x86_64