CRAN Package Check Results for Package iotools

Last updated on 2024-04-24 23:00:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-5 6.03 33.26 39.29 NOTE
r-devel-linux-x86_64-debian-gcc 0.3-5 5.58 25.44 31.02 NOTE
r-devel-linux-x86_64-fedora-clang 0.3-5 51.59 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3-5 49.06 NOTE
r-devel-windows-x86_64 0.3-5 11.00 61.00 72.00 NOTE
r-patched-linux-x86_64 0.3-5 7.09 31.67 38.76 NOTE
r-release-linux-x86_64 0.3-5 5.38 32.51 37.89 NOTE
r-release-macos-arm64 0.3-5 28.00 NOTE
r-release-windows-x86_64 0.3-5 11.00 61.00 72.00 NOTE
r-oldrel-macos-arm64 0.3-5 28.00 NOTE
r-oldrel-macos-x86_64 0.3-5 54.00 NOTE
r-oldrel-windows-x86_64 0.3-5 16.00 62.00 78.00 NOTE

Check Details

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’, ‘Rf_StringFalse’, ‘Rf_StringTrue’, ‘Rf_isBlankString’, ‘SETLENGTH’, ‘SET_NAMED’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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’, ‘Rf_StringFalse’, ‘Rf_StringTrue’, ‘Rf_isBlankString’, ‘SETLENGTH’, ‘SET_NAMED’ File ‘iotools/libs/iotools.so’: Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’ Compiled code should not call non-API entry points in R. 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: 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. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

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. Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64