Last updated on 2026-07-15 10:52:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 8.2 | 26.54 | 226.24 | 252.78 | OK | |
| r-devel-linux-x86_64-debian-gcc | 8.2 | 17.77 | 163.11 | 180.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 8.2 | 51.00 | 370.30 | 421.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 8.2 | 44.00 | 321.35 | 365.35 | OK | |
| r-devel-windows-x86_64 | 8.2 | 33.00 | 294.00 | 327.00 | ERROR | |
| r-patched-linux-x86_64 | 8.2 | 29.27 | 215.88 | 245.15 | OK | |
| r-release-linux-x86_64 | 8.2 | 23.55 | 214.19 | 237.74 | 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 | 299.00 | 333.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 | 47.00 | 359.00 | 406.00 | OK |
Version: 8.2
Check: examples
Result: ERROR
Running examples in 'Compositional-Ex.R' failed
The error most likely occurred in:
> ### 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 = 28 in stepy2: singular design
Calls: scrq -> <Anonymous> -> rq.fit -> rq.fit.fnc
Execution halted
Flavor: r-devel-windows-x86_64