Last updated on 2026-07-16 10:56:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.1.3 | 4.33 | 39.39 | 43.72 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.1.3 | 3.23 | 29.99 | 33.22 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.1.3 | 63.87 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.1.3 | 28.14 | ERROR | |||
| r-devel-windows-x86_64 | 3.1.3 | 6.00 | 62.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 3.1.3 | 4.02 | 34.91 | 38.93 | OK | |
| r-release-linux-x86_64 | 3.1.3 | 3.96 | 35.04 | 39.00 | OK | |
| r-release-macos-arm64 | 3.1.3 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 3.1.3 | 4.00 | 43.00 | 47.00 | OK | |
| r-release-windows-x86_64 | 3.1.3 | 7.00 | 60.00 | 67.00 | OK | |
| r-oldrel-macos-arm64 | 3.1.3 | 1.00 | 11.00 | 12.00 | OK | |
| r-oldrel-macos-x86_64 | 3.1.3 | 3.00 | 45.00 | 48.00 | OK | |
| r-oldrel-windows-x86_64 | 3.1.3 | 8.00 | 63.00 | 71.00 | OK |
Version: 3.1.3
Check: examples
Result: ERROR
Running examples in ‘emstreeR-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavor: r-devel-linux-x86_64-fedora-gcc