Last updated on 2026-08-21 00:57:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 8.2 | 26.86 | 218.81 | 245.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 8.2 | 18.22 | 155.34 | 173.56 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 8.2 | 20.00 | 146.28 | 166.28 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 8.2 | 19.00 | 138.98 | 157.98 | OK | |
| r-devel-windows-x86_64 | 8.2 | 37.00 | 282.00 | 319.00 | OK | |
| r-patched-linux-x86_64 | 8.2 | 28.70 | 214.95 | 243.65 | OK | |
| r-release-linux-x86_64 | 8.2 | 25.13 | 213.85 | 238.98 | OK | |
| r-release-macos-arm64 | 8.2 | 7.00 | 52.00 | 59.00 | OK | |
| r-release-macos-x86_64 | 8.2 | 19.00 | 203.00 | 222.00 | OK | |
| r-release-windows-x86_64 | 8.2 | 34.00 | 0.00 | 34.00 | OK | |
| r-oldrel-macos-arm64 | 8.2 | 6.00 | 60.00 | 66.00 | OK | |
| r-oldrel-macos-x86_64 | 8.2 | 19.00 | 287.00 | 306.00 | OK | |
| r-oldrel-windows-x86_64 | 8.2 | 44.00 | 363.00 | 407.00 | OK |
Version: 8.2
Check: examples
Result: ERROR
Running examples in ‘Compositional-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Simplicial constrained median regression for compositional responses and predictors model
> ### Title: Simplicial constrained median regression for compositional
> ### responses and predictors
> ### Aliases: scrq
>
> ### ** Examples
>
> library(MASS)
> set.seed(1234)
> y <- rdiri(214, runif(4, 1, 3))
> x <- as.matrix(fgl[, 2:9])
> x <- x / rowSums(x)
> mod <- scrq(y, x)
Error in rq.fit.fnc(x, y, tau = tau, ...) :
Error info = 12 in stepy2: singular design
Calls: scrq -> <Anonymous> -> rq.fit -> rq.fit.fnc
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc