Last updated on 2026-06-08 13:50:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 10.07 | 117.25 | 127.32 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 7.86 | 65.87 | 73.73 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 16.00 | 178.21 | 194.21 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 15.00 | 169.50 | 184.50 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 14.00 | 125.00 | 139.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 10.56 | 108.72 | 119.28 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 10.25 | 111.48 | 121.73 | OK | |
| r-release-macos-arm64 | 0.1.2 | 3.00 | 29.00 | 32.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 8.00 | 110.00 | 118.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 13.00 | 125.00 | 138.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 6.00 | 87.00 | 93.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 17.00 | 158.00 | 175.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