The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
Last updated on 2026-07-30 06:05:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.1.3 | 4.18 | 36.28 | 40.46 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 3.2.0 | 2.75 | 30.38 | 33.13 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.2.0 | 64.28 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.2.0 | 29.34 | OK | |||
| r-devel-windows-x86_64 | 3.2.0 | 9.00 | 59.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 3.2.0 | 3.54 | 34.91 | 38.45 | OK | |
| r-release-linux-x86_64 | 3.1.3 | 4.10 | 32.67 | 36.77 | ERROR | |
| r-release-macos-arm64 | 3.2.0 | 1.00 | 14.00 | 15.00 | OK | |
| r-release-macos-x86_64 | 3.2.0 | 4.00 | 64.00 | 68.00 | OK | |
| r-release-windows-x86_64 | 3.2.0 | 8.00 | 62.00 | 70.00 | OK | |
| r-oldrel-macos-arm64 | 3.2.0 | 1.00 | 18.00 | 19.00 | OK | |
| r-oldrel-macos-x86_64 | 3.2.0 | 4.00 | 90.00 | 94.00 | OK | |
| r-oldrel-windows-x86_64 | 3.2.0 | 12.00 | 66.00 | 78.00 | OK |
Version: 3.1.3
Check: examples
Result: ERROR
Running examples in ‘emstreeR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ComputeMST
> ### Title: Euclidean Minimum Spanning Tree
> ### Aliases: ComputeMST
>
> ### ** Examples
>
>
> ## artifical data
> set.seed(1984)
> n <- 15
> c1 <- data.frame(x = rnorm(n, -0.2, sd = 0.2), y = rnorm(n, -2, sd = 0.2))
> c2 <- data.frame(x = rnorm(n, -1.1, sd = 0.15), y = rnorm(n, -2, sd = 0.3))
> d <- rbind(c1, c2)
> d <- as.data.frame(d)
>
> ## MST:
> out <- ComputeMST(d)
<1b>[0;32m[INFO ] <1b>[0mBuilding tree.
<1b>[0;32m[INFO ] <1b>[0mCalculating minimum spanning tree.
<1b>[0;32m[INFO ] <1b>[0m19 edges found so far.
<1b>[0;32m[INFO ] <1b>[0m44 cumulative base cases.
<1b>[0;32m[INFO ] <1b>[0m267 cumulative node combinations scored.
<1b>[0;32m[INFO ] <1b>[0m26 edges found so far.
<1b>[0;32m[INFO ] <1b>[0m71 cumulative base cases.
<1b>[0;32m[INFO ] <1b>[0m527 cumulative node combinations scored.
<1b>[0;32m[INFO ] <1b>[0m29 edges found so far.
<1b>[0;32m[INFO ] <1b>[0m90 cumulative base cases.
<1b>[0;32m[INFO ] <1b>[0m746 cumulative node combinations scored.
<1b>[0;32m[INFO ] <1b>[0mTotal spanning tree length: 4.01111
Error in mlpack::emst(data_aux, verbose = verbose)$output :
$ operator is invalid for atomic vectors
Calls: ComputeMST
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
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.
Health stats visible at Monitor.