Last updated on 2026-08-29 20:50:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4-0 | 5.44 | 35.47 | 40.91 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4-0 | 4.66 | 28.27 | 32.93 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4-0.1 | 27.01 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4-0.1 | 26.84 | NOTE | |||
| r-devel-windows-x86_64 | 0.4-0.1 | 15.00 | 121.00 | 136.00 | OK | |
| r-patched-linux-x86_64 | 0.4-0 | 5.95 | 28.84 | 34.79 | OK | |
| r-release-linux-x86_64 | 0.4-0 | 5.63 | 29.50 | 35.13 | OK | |
| r-release-macos-arm64 | 0.4-0.1 | 2.00 | 301.00 | 303.00 | OK | |
| r-release-macos-x86_64 | 0.4-0.1 | 6.00 | 339.00 | 345.00 | OK | |
| r-release-windows-x86_64 | 0.4-0 | 13.00 | 60.00 | 73.00 | OK | |
| r-oldrel-macos-arm64 | 0.4-0.1 | 3.00 | 162.00 | 165.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.4-0.1 | 6.00 | 72.00 | 78.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.4-0 | 15.00 | 62.00 | 77.00 | NOTE |
Version: 0.4-0.1
Check: compiled code
Result: NOTE
File ‘iotools/libs/iotools.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4-0.1
Check: compiled code
Result: NOTE
File ‘iotools/libs/iotools.so’:
Found non-API calls to R: ‘R_GetConnection’, ‘R_ReadConnection’,
‘R_WriteConnection’
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: 0.4-0
Check: compiled code
Result: NOTE
File 'iotools/libs/x64/iotools.dll':
Found non-API calls to R: 'R_GetConnection', 'R_ReadConnection',
'R_WriteConnection'
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