Last updated on 2025-12-06 00:48:44 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 5.73 | 55.09 | 60.82 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.46 | 35.94 | 40.40 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 15.00 | 79.53 | 94.53 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 13.00 | 75.45 | 88.45 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 6.00 | 63.00 | 69.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 6.24 | 52.10 | 58.34 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 5.76 | 52.94 | 58.70 | OK | |
| r-release-macos-arm64 | 0.1.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.1 | 6.00 | 47.00 | 53.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 7.00 | 65.00 | 72.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 4.00 | 38.00 | 42.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 9.00 | 86.00 | 95.00 | OK |
Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Hoseung Song <hosong@ucdavis.edu>’
The Description field contains
data. Song, H. and Chen, H. (2022) <arXiv:2205.13787>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘gTestsMulti-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gTestsMulti
> ### Title: New graph-based multi-sample tests
> ### Aliases: gTestsMulti-package
>
> ### ** Examples
>
>
> ## Mean difference in Gaussian distribution.
> d = 50
> mu = 0.2
> sam = 50
>
> set.seed(500)
> X1 = matrix(rnorm(d*sam), sam)
> X2 = matrix(rnorm(d*sam,mu), sam)
> X3 = matrix(rnorm(d*sam,2*mu), sam)
>
> data_list = list(X1, X2, X3)
>
> # We use 'mstree' in 'ade4' package to construct the minimum spanning tree.
> require(ade4)
Loading required package: ade4
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘ade4’
> x = rbind(X1, X2, X3)
> E = mstree(dist(x))
Error in mstree(dist(x)) : could not find function "mstree"
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc