Last updated on 2026-02-21 10:49:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4-0 | 5.58 | 31.56 | 37.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4-0 | 4.30 | 24.28 | 28.58 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4-0 | 9.00 | 47.78 | 56.78 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.4-0 | 9.00 | 45.56 | 54.56 | NOTE | |
| r-devel-macos-arm64 | 0.4-0 | 3.00 | 27.00 | 30.00 | OK | |
| r-devel-windows-x86_64 | 0.3-5 | 14.00 | 63.00 | 77.00 | WARN | |
| r-patched-linux-x86_64 | 0.3-5 | NOTE | ||||
| r-release-linux-x86_64 | 0.3-5 | 5.55 | 26.48 | 32.03 | NOTE | |
| r-release-macos-arm64 | 0.4-0 | 2.00 | 23.00 | 25.00 | NOTE | |
| r-release-macos-x86_64 | 0.3-5 | 5.00 | 32.00 | 37.00 | NOTE | |
| r-release-windows-x86_64 | 0.4-0 | 15.00 | 62.00 | 77.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.4-0 | 3.00 | 39.00 | 42.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.3-5 | 5.00 | 26.00 | 31.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.4-0 | 16.00 | 63.00 | 79.00 | NOTE |
Version: 0.4-0
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.3-5
Check: compiled code
Result: WARN
File 'iotools/libs/x64/iotools.dll':
Found non-API calls to R: 'ATTRIB', 'DATAPTR', 'NAMED', 'SETLENGTH',
'SET_NAMED'
These entry points may be removed soon:
'SET_NAMED', 'NAMED', 'DATAPTR', 'SETLENGTH'
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-5
Check: compiled code
Result: NOTE
File ‘iotools/libs/iotools.so’:
Found non-API calls to R: ‘DATAPTR’, ‘NAMED’, ‘R_GetConnection’,
‘R_ReadConnection’, ‘R_WriteConnection’, ‘SETLENGTH’, ‘SET_NAMED’
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-x86_64
Version: 0.4-0
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.
Flavor: r-release-macos-arm64
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-release-windows-x86_64
Version: 0.4-0
Check: compiled code
Result: NOTE
File ‘iotools/libs/iotools.so’:
Found non-API calls to R: ‘R_GetConnection’, ‘R_ReadConnection’,
‘R_WriteConnection’, ‘Rf_StringFalse’, ‘Rf_StringTrue’,
‘Rf_isBlankString’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-oldrel-macos-arm64
Version: 0.3-5
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.
Flavor: 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', 'Rf_StringFalse', 'Rf_StringTrue',
'Rf_isBlankString'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-oldrel-windows-x86_64