CRAN Package Check Results for Package RWeightedKmeans

Last updated on 2019-03-20 07:47:18 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 8.06 53.09 61.15 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 5.94 41.47 47.41 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 71.27 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.0 68.43 NOTE
r-devel-windows-ix86+x86_64 1.1.0 22.00 111.00 133.00 ERROR
r-patched-linux-x86_64 1.1.0 5.54 51.03 56.57 OK
r-patched-solaris-x86 1.1.0 113.80 OK
r-release-linux-x86_64 1.1.0 4.02 50.98 55.00 OK
r-release-windows-ix86+x86_64 1.1.0 19.00 117.00 136.00 OK
r-release-osx-x86_64 1.1.0 OK
r-oldrel-windows-ix86+x86_64 1.1.0 13.00 110.00 123.00 OK
r-oldrel-osx-x86_64 1.1.0 OK

Additional issues

clang-ASAN gcc-ASAN

Check Details

Version: 1.1.0
Check: compiled code
Result: NOTE
    File ‘RWeightedKmeans/libs/RWeightedKmeans.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

Version: 1.1.0
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'RWeightedKmeans-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: weightedKmeans
    > ### Title: Weighted K-means Algorithm
    > ### Aliases: weightedKmeans
    > ### Keywords: kmeans weighted
    >
    > ### ** Examples
    >
    > data("iris")
    >
    > # Object weighting k-means algorithm
    > cl <- weightedKmeans(as.matrix(iris[,1:4]), 3, 50, FALSE, TRUE, "SIL")
Flavor: r-devel-windows-ix86+x86_64