Last updated on 2026-07-15 23:51:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4-0 | 4.98 | 31.44 | 36.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4-0 | 4.58 | 25.58 | 30.16 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4-0 | 51.48 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4-0 | 24.80 | WARN | |||
| r-devel-windows-x86_64 | 0.4-0 | 12.00 | 60.00 | 72.00 | OK | |
| r-patched-linux-x86_64 | 0.4-0 | 6.00 | 28.87 | 34.87 | OK | |
| r-release-linux-x86_64 | 0.4-0 | 5.56 | 29.34 | 34.90 | OK | |
| r-release-macos-arm64 | 0.4-0 | 2.00 | 12.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 0.4-0 | 5.00 | 39.00 | 44.00 | OK | |
| r-release-windows-x86_64 | 0.4-0 | 12.00 | 60.00 | 72.00 | OK | |
| r-oldrel-macos-arm64 | 0.4-0 | 2.00 | 23.00 | 25.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.4-0 | 8.00 | 48.00 | 56.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.4-0 | 15.00 | 62.00 | 77.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.4-0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
strutil.c:8:15: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
See ‘/data/localhost/ripley/R/packages/tests-devel/iotools.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
Flavor: r-devel-linux-x86_64-fedora-gcc
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.
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