CRAN Package Check Results for Package NetComp

Last updated on 2020-08-07 01:49:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.6 3.05 21.81 24.86 NOTE
r-devel-linux-x86_64-debian-gcc 1.6 2.41 17.24 19.65 NOTE
r-devel-linux-x86_64-fedora-clang 1.6 38.25 NOTE
r-devel-linux-x86_64-fedora-gcc 1.6 29.10 NOTE
r-devel-windows-ix86+x86_64 1.6 15.00 57.00 72.00 NOTE
r-patched-linux-x86_64 1.6 3.15 21.61 24.76 NOTE
r-patched-solaris-x86 1.6 45.60 NOTE
r-release-linux-x86_64 1.6 2.49 21.53 24.02 NOTE
r-release-macos-x86_64 1.6 NOTE
r-release-windows-ix86+x86_64 1.6 9.00 56.00 65.00 NOTE
r-oldrel-macos-x86_64 1.6 NOTE
r-oldrel-windows-ix86+x86_64 1.6 11.00 59.00 70.00 NOTE

Check Details

Version: 1.6
Check: R code for possible problems
Result: NOTE
    netVal: no visible global function definition for 'cutree'
    netVal: no visible global function definition for 'hclust'
    netVal: no visible global function definition for 'as.dist'
    Undefined global functions or variables:
     as.dist cutree hclust
    Consider adding
     importFrom("stats", "as.dist", "cutree", "hclust")
    to your NAMESPACE file.
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.6
Check: compiled code
Result: NOTE
    File ‘NetComp/libs/NetComp.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    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