CRAN Package Check Results for Package clusteval

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 20.43 28.77 49.20 NOTE
r-devel-linux-x86_64-debian-gcc 0.1 13.90 22.48 36.38 NOTE
r-devel-linux-x86_64-fedora-clang 0.1 70.48 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 57.21 NOTE
r-devel-windows-ix86+x86_64 0.1 55.00 67.00 122.00 NOTE
r-patched-linux-x86_64 0.1 13.80 28.52 42.32 NOTE
r-patched-solaris-x86 0.1 73.20 NOTE
r-release-linux-x86_64 0.1 13.43 28.50 41.93 NOTE
r-release-macos-x86_64 0.1 NOTE
r-release-windows-ix86+x86_64 0.1 56.00 86.00 142.00 NOTE
r-oldrel-macos-x86_64 0.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1 39.00 79.00 118.00 NOTE

Check Details

Version: 0.1
Check: DESCRIPTION meta-information
Result: NOTE
    License components which are templates and need '+ file LICENSE':
     MIT
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-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1
Check: R code for possible problems
Result: NOTE
    clustomit: no visible binding for global variable 'weighted.mean'
    sim_unif : multivariate_unif: no visible global function definition for
     'runif'
    Undefined global functions or variables:
     runif weighted.mean
    Consider adding
     importFrom("stats", "runif", "weighted.mean")
    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: 0.1
Check: compiled code
Result: NOTE
    File ‘clusteval/libs/clusteval.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