Last updated on 2022-08-15 08:49:59 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3-2 | 6.19 | 34.79 | 40.98 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3-2 | 4.97 | 27.68 | 32.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3-2 | 61.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3-2 | 60.10 | NOTE | |||
r-devel-windows-x86_64 | 0.3-2 | 30.00 | 66.00 | 96.00 | NOTE | |
r-patched-linux-x86_64 | 0.3-2 | 6.14 | 33.72 | 39.86 | NOTE | |
r-release-linux-x86_64 | 0.3-2 | 5.22 | 34.46 | 39.68 | NOTE | |
r-release-macos-arm64 | 0.3-2 | 22.00 | NOTE | |||
r-release-macos-x86_64 | 0.3-2 | 29.00 | NOTE | |||
r-release-windows-x86_64 | 0.3-2 | 26.00 | 61.00 | 87.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3-2 | 27.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3-2 | 30.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.3-2 | 20.00 | 76.00 | 96.00 | NOTE |
Version: 0.3-2
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-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.3-2
Check: compiled code
Result: NOTE
File ‘iotools/libs/iotools.so’:
Found non-API calls to R: ‘R_GetConnection’, ‘R_ReadConnection’,
‘R_WriteConnection’
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-2
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
Version: 0.3-2
Check: compiled code
Result: NOTE
File 'iotools/libs/i386/iotools.dll':
Found non-API calls to R: 'R_GetConnection', 'R_ReadConnection',
'R_WriteConnection'
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.
Flavor: r-oldrel-windows-ix86+x86_64