CRAN Package Check Results for Package TDA

Last updated on 2023-03-21 02:57:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.9 NOTE
r-devel-linux-x86_64-debian-gcc 1.9 119.35 45.41 164.76 ERROR
r-devel-linux-x86_64-fedora-clang 1.9 317.20 NOTE
r-devel-linux-x86_64-fedora-gcc 1.9 359.54 NOTE
r-devel-windows-x86_64 1.9 323.00 296.00 619.00 NOTE
r-patched-linux-x86_64 1.9 133.06 95.91 228.97 NOTE
r-release-linux-x86_64 1.9 132.67 96.82 229.49 NOTE
r-release-macos-arm64 1.9 97.00 NOTE
r-release-macos-x86_64 1.9 138.00 NOTE
r-release-windows-x86_64 1.9 114.00 230.00 344.00 NOTE
r-oldrel-macos-arm64 1.9 84.00 NOTE
r-oldrel-macos-x86_64 1.9 140.00 NOTE
r-oldrel-windows-ix86+x86_64 1.9 284.00 265.00 549.00 NOTE

Check Details

Version: 1.9
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.9
Check: examples
Result: ERROR
    Running examples in ‘TDA-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: clusterTree
    > ### Title: Density clustering: the cluster tree
    > ### Aliases: clusterTree print.clusterTree
    > ### Keywords: nonparametric
    >
    > ### ** Examples
    >
    > ## Generate data: 3 clusters
    > n <- 1200 #sample size
    > Neach <- floor(n / 4)
    > X1 <- cbind(rnorm(Neach, 1, .8), rnorm(Neach, 5, 0.8))
    > X2 <- cbind(rnorm(Neach, 3.5, .8), rnorm(Neach, 5, 0.8))
    > X3 <- cbind(rnorm(Neach, 6, 1), rnorm(Neach, 1, 1))
    > X <- rbind(X1, X2, X3)
    >
    > k <- 100 #parameter of knn
    >
    > ## Density clustering using knn and kde
    > Tree <- clusterTree(X, k, density = "knn")
    Error in FNN::get.knn(X, k = k, algorithm = "kd_tree") :
     DLL requires the use of native symbols
    Calls: clusterTree -> <Anonymous>
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.9
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘article.Rnw’ using Sweave
    
    Error: processing vignette ‘article.Rnw’ failed with diagnostics:
     chunk 3 (label = eq2)
    Error in get.knnx(data, query, k, algorithm) :
     DLL requires the use of native symbols
    
    --- failed re-building ‘article.Rnw’
    
    SUMMARY: processing the following file failed:
     ‘article.Rnw’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.9
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘scales’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.9
Check: installed package size
Result: NOTE
     installed size is 37.6Mb
     sub-directories of 1Mb or more:
     libs 36.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64