The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-06-07 23:50:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 26.1.3 | 23.85 | 207.30 | 231.15 | OK | |
| r-devel-linux-x86_64-debian-gcc | 26.1.3 | 16.30 | 101.14 | 117.44 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 26.1.3 | 38.00 | 331.01 | 369.01 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 26.1.3 | 38.00 | 329.59 | 367.59 | OK | |
| r-devel-windows-x86_64 | 26.1.3 | 23.00 | 194.00 | 217.00 | OK | |
| r-patched-linux-x86_64 | 26.1.3 | 13.91 | 198.54 | 212.45 | OK | |
| r-release-linux-x86_64 | 26.1.3 | 17.63 | 200.98 | 218.61 | OK | |
| r-release-macos-arm64 | 26.1.3 | 5.00 | 69.00 | 74.00 | OK | |
| r-release-macos-x86_64 | 26.1.3 | 15.00 | 338.00 | 353.00 | OK | |
| r-release-windows-x86_64 | 26.1.3 | 22.00 | 194.00 | 216.00 | OK | |
| r-oldrel-macos-arm64 | 26.1.3 | 5.00 | 55.00 | 60.00 | OK | |
| r-oldrel-macos-x86_64 | 26.1.3 | 15.00 | 294.00 | 309.00 | OK | |
| r-oldrel-windows-x86_64 | 26.1.3 | 30.00 | 270.00 | 300.00 | OK |
Version: 26.1.3
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.