CRAN Package Check Results for Package HVT

Last updated on 2025-12-07 04:49:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 25.2.7 21.44 205.67 227.11 OK
r-devel-linux-x86_64-debian-gcc 25.2.7 16.10 95.48 111.58 ERROR
r-devel-linux-x86_64-fedora-clang 25.2.7 69.00 293.64 362.64 OK
r-devel-linux-x86_64-fedora-gcc 25.2.7 49.00 307.69 356.69 OK
r-devel-windows-x86_64 25.2.7 22.00 182.00 204.00 OK
r-patched-linux-x86_64 25.2.7 19.62 195.41 215.03 OK
r-release-linux-x86_64 25.2.7 21.75 194.96 216.71 OK
r-release-macos-arm64 25.2.7 OK
r-release-macos-x86_64 25.2.7 25.00 285.00 310.00 OK
r-release-windows-x86_64 25.2.7 21.00 185.00 206.00 OK
r-oldrel-macos-arm64 25.2.7 OK
r-oldrel-macos-x86_64 25.2.7 33.00 283.00 316.00 OK
r-oldrel-windows-x86_64 25.2.7 30.00 261.00 291.00 OK

Check Details

Version: 25.2.7
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'plotly', 'DT', 'Hmisc', 'htmlwidgets', 'skimr', 'devtools', 'tidyverse', 'DataExplorer', 'kableExtra' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 25.2.7
Check: examples
Result: ERROR Running examples in ‘HVT-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: clustHVT > ### Title: Performing Hierarchical Clustering Analysis > ### Aliases: clustHVT > ### Keywords: Clustering_Analysis > > ### ** Examples > > data("EuStockMarkets") > dataset <- data.frame(t = as.numeric(time(EuStockMarkets)), + DAX = EuStockMarkets[, "DAX"], + SMI = EuStockMarkets[, "SMI"], + CAC = EuStockMarkets[, "CAC"], + FTSE = EuStockMarkets[, "FTSE"]) > rownames(EuStockMarkets) <- dataset$t > hvt.results<- trainHVT(dataset[-1],n_cells = 30, depth = 1, quant.err = 0.1, + distance_metric = "L1_Norm", error_metric = "max", + normalize = TRUE,quant_method = "kmeans") Loading required namespace: deldir Loading required namespace: Hmisc Failed with error: ‘there is no package called ‘Hmisc’’ Loading required namespace: splancs Loading required namespace: conf.design Loading required namespace: Rtsne Loading required namespace: umap Loading required namespace: FNN Loading required namespace: MASS Initial stress : 0.00032 stress after 10 iters: 0.00014, magic = 0.500 stress after 20 iters: 0.00014, magic = 0.500 > scoring <- scoreHVT(dataset, hvt.results, analysis.plots = TRUE, names.column = dataset[,1]) Loading required namespace: data.table Scale for colour is already present. Adding another scale for colour, which will replace the existing scale. Scale for x is already present. Adding another scale for x, which will replace the existing scale. Scale for y is already present. Adding another scale for y, which will replace the existing scale. Error in loadNamespace(x) : there is no package called ‘plotly’ Calls: scoreHVT Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 25.2.7
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc