Last updated on 2025-12-06 00:48:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 10.21 | 213.69 | 223.90 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 7.61 | 61.23 | 68.84 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 20.00 | 328.37 | 348.37 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 20.00 | 338.05 | 358.05 | OK | |
| r-devel-windows-x86_64 | 1.2.1 | 11.00 | 242.00 | 253.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 8.56 | 203.66 | 212.22 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 9.43 | 207.28 | 216.71 | OK | |
| r-release-macos-arm64 | 1.2.1 | OK | ||||
| r-release-macos-x86_64 | 1.2.1 | 8.00 | 205.00 | 213.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 11.00 | 242.00 | 253.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 8.00 | 179.00 | 187.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 15.00 | 322.00 | 337.00 | OK |
Version: 1.2.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'dbscan', 'ggrepel', 'knitr', 'plyr', 'reshape2'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in ‘opticskxi-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ensemble_models
> ### Title: Select best models based on ensemble metrics
> ### Aliases: ensemble_models
>
> ### ** Examples
>
> data('m_psych_embeds')
> m_psych_embeds = m_psych_embeds[1:200, 1:20]
>
> df_params = expand.grid(n_xi = 4:5, pts = c(5, 10), dist = 'cosine',
+ dim_red = 'ICA', n_dimred_comp = 5)
>
> df_kxi = opticskxi_pipeline(m_psych_embeds, df_params,
+ metrics_dist = 'cosine',
+ n_min_clusters = 2, n_cores = 1,
+ metrics = c('avg.silwidth', 'dunn'))
Error in loadNamespace(x) : there is no package called ‘dbscan’
Calls: opticskxi_pipeline ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc