Last updated on 2020-08-07 01:49:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3-1 | 5.35 | 31.69 | 37.04 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3-1 | 4.53 | 24.25 | 28.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3-1 | 52.77 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3-1 | 43.46 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3-1 | 23.00 | 60.00 | 83.00 | NOTE | |
r-patched-linux-x86_64 | 0.3-1 | 5.08 | 30.94 | 36.02 | NOTE | |
r-patched-solaris-x86 | 0.3-1 | 66.10 | NOTE | |||
r-release-linux-x86_64 | 0.3-1 | 4.83 | 30.98 | 35.81 | NOTE | |
r-release-macos-x86_64 | 0.3-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.3-1 | 24.00 | 84.00 | 108.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.3-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.3-1 | 20.00 | 70.00 | 90.00 | NOTE |
Version: 0.3-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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.3-1
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-1
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.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64