Last updated on 2025-12-07 07:50:43 CET.
| Package | ERROR | OK |
|---|---|---|
| countland | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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