Last updated on 2021-02-28 21:48:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-0 | NOTE | ||||
r-devel-linux-x86_64-debian-gcc | 1.1-0 | 2.27 | 29.83 | 32.10 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-0 | 60.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-0 | 48.65 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-0 | 10.00 | 69.00 | 79.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-0 | 2.96 | 35.86 | 38.82 | NOTE | |
r-patched-solaris-x86 | 1.1-0 | 79.30 | NOTE | |||
r-release-linux-x86_64 | 1.1-0 | 3.19 | 35.86 | 39.05 | NOTE | |
r-release-macos-x86_64 | 1.1-0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1-0 | 9.00 | 67.00 | 76.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1-0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-0 | 10.00 | 92.00 | 102.00 | NOTE |
Version: 1.1-0
Check: compiled code
Result: NOTE
File 'fastmatch/libs/fastmatch.so':
Found non-API call to R: 'match5'
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: 1.1-0
Check: compiled code
Result: NOTE
File ‘fastmatch/libs/fastmatch.so’:
Found non-API call to R: ‘match5’
File ‘fastmatch/libs/fastmatch.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: 1.1-0
Check: compiled code
Result: NOTE
File 'fastmatch/libs/i386/fastmatch.dll':
Found non-API call to R: 'match5'
File 'fastmatch/libs/x64/fastmatch.dll':
Found non-API call to R: 'match5'
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