CRAN Package Check Results for Package fastmatch

Last updated on 2018-07-17 01:47:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-0 2.19 30.12 32.31 NOTE
r-devel-linux-x86_64-debian-gcc 1.1-0 1.76 26.59 28.35 NOTE
r-devel-linux-x86_64-fedora-clang 1.1-0 44.95 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1-0 39.47 NOTE
r-devel-windows-ix86+x86_64 1.1-0 12.00 71.00 83.00 NOTE
r-patched-linux-x86_64 1.1-0 1.88 32.10 33.98 NOTE
r-patched-solaris-x86 1.1-0 69.90 NOTE
r-release-linux-x86_64 1.1-0 1.79 32.43 34.22 NOTE
r-release-windows-ix86+x86_64 1.1-0 12.00 75.00 87.00 NOTE
r-release-osx-x86_64 1.1-0 NOTE
r-oldrel-windows-ix86+x86_64 1.1-0 8.00 63.00 71.00 NOTE
r-oldrel-osx-x86_64 1.1-0 NOTE

Additional issues

rchk

Check Details

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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

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

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-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64