Last updated on 2023-06-08 22:57:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-3 | 3.69 | 37.23 | 40.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-3 | 2.58 | 28.99 | 31.57 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-3 | 51.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-3 | 49.07 | NOTE | |||
r-devel-windows-x86_64 | 1.1-3 | 6.00 | 58.00 | 64.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-3 | 3.28 | 35.67 | 38.95 | NOTE | |
r-release-linux-x86_64 | 1.1-3 | 2.75 | 36.18 | 38.93 | NOTE | |
r-release-macos-arm64 | 1.1-3 | 26.00 | NOTE | |||
r-release-macos-x86_64 | 1.1-3 | 33.00 | NOTE | |||
r-release-windows-x86_64 | 1.1-3 | 5.00 | 68.00 | 73.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1-3 | 24.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1-3 | 32.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.1-3 | 11.00 | 74.00 | 85.00 | NOTE |
Version: 1.1-3
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-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.1-3
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-3
Check: compiled code
Result: NOTE
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-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64