Last updated on 2025-12-05 13:51:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 10.64 | 116.96 | 127.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 7.01 | 57.22 | 64.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 23.00 | 167.76 | 190.76 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 21.00 | 156.49 | 177.49 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 11.00 | 120.00 | 131.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 10.31 | 107.41 | 117.72 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 9.68 | 109.96 | 119.64 | OK | |
| r-release-macos-arm64 | 0.1.2 | OK | ||||
| r-release-macos-x86_64 | 0.1.2 | 9.00 | 84.00 | 93.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 11.00 | 120.00 | 131.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 7.00 | 67.00 | 74.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 17.00 | 153.00 | 170.00 | OK |
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘countland-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Cluster
> ### Title: Perform spectral clustering on dot products.
> ### Aliases: Cluster
>
> ### ** Examples
>
> gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
> gold.data <- Seurat::Read10X(data.dir = gold_path)
Error in loadNamespace(x) : there is no package called ‘Seurat’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc