Last updated on 2026-04-25 00:49:52 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 7.1.0 | 9.29 | 51.61 | 60.90 | OK | |
| r-devel-linux-x86_64-debian-gcc | 7.1.0 | 7.49 | 38.57 | 46.06 | OK | |
| r-devel-linux-x86_64-fedora-clang | 7.1.0 | 12.00 | 78.35 | 90.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 7.1.0 | 15.00 | 90.96 | 105.96 | OK | |
| r-patched-linux-x86_64 | 7.0.0 | 8.42 | 47.80 | 56.22 | OK | |
| r-release-linux-x86_64 | 7.0.0 | 7.67 | 45.69 | 53.36 | NOTE | |
| r-release-macos-arm64 | 7.1.0 | 4.00 | 158.00 | 162.00 | OK | |
| r-release-macos-x86_64 | 7.1.0 | 12.00 | 269.00 | 281.00 | OK | |
| r-release-windows-x86_64 | 7.1.0 | 74.00 | 192.00 | 266.00 | OK | |
| r-oldrel-macos-arm64 | 7.1.0 | 4.00 | 426.00 | 430.00 | NOTE | |
| r-oldrel-macos-x86_64 | 7.1.0 | 11.00 | 265.00 | 276.00 | NOTE | |
| r-oldrel-windows-x86_64 | 7.1.0 | 73.00 | 229.00 | 302.00 | NOTE |
Version: 7.0.0
Check: compiled code
Result: NOTE
File ‘curl/libs/curl.so’:
Found non-API call to R: ‘R_new_custom_connection’
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-linux-x86_64
Version: 7.1.0
Check: compiled code
Result: NOTE
File ‘curl/libs/curl.so’:
Found non-API call to R: ‘R_new_custom_connection’
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-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 7.1.0
Check: compiled code
Result: NOTE
File 'curl/libs/x64/curl.dll':
Found non-API call to R: 'R_new_custom_connection'
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