CRAN Package Check Results for Package fastmatch

Last updated on 2022-04-24 03:52:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-3 2.80 45.89 48.69 NOTE
r-devel-linux-x86_64-debian-gcc 1.1-3 2.40 36.10 38.50 NOTE
r-devel-linux-x86_64-fedora-clang 1.1-3 59.87 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1-3 48.40 NOTE
r-patched-linux-x86_64 1.1-3 2.90 45.83 48.73 NOTE
r-release-linux-x86_64 1.1-3 2.72 44.00 46.72 NOTE
r-release-macos-arm64 1.1-3 NOTE
r-release-macos-x86_64 1.1-3 NOTE
r-release-windows-x86_64 1.1-3 21.00 73.00 94.00 NOTE
r-oldrel-macos-arm64 1.1-3 NOTE
r-oldrel-macos-x86_64 1.1-3 NOTE
r-oldrel-windows-ix86+x86_64 1.1-3 10.00 68.00 78.00 NOTE

Additional issues

rchk

Check Details

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.
Flavor: r-release-windows-x86_64

Version: 1.1-3
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.
Flavor: r-oldrel-windows-ix86+x86_64