Last updated on 2025-02-07 08:51:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 7.3 | 25.40 | 187.35 | 212.75 | OK | |
r-devel-linux-x86_64-debian-gcc | 7.3 | 17.56 | 128.49 | 146.05 | OK | |
r-devel-linux-x86_64-fedora-clang | 7.3 | 360.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 7.3 | 319.19 | OK | |||
r-devel-windows-x86_64 | 7.3 | 27.00 | 204.00 | 231.00 | ERROR | |
r-patched-linux-x86_64 | 7.3 | 26.94 | 172.06 | 199.00 | OK | |
r-release-linux-x86_64 | 7.3 | 23.58 | 173.39 | 196.97 | OK | |
r-release-macos-arm64 | 7.3 | 85.00 | OK | |||
r-release-macos-x86_64 | 7.3 | 212.00 | OK | |||
r-release-windows-x86_64 | 7.3 | 26.00 | 238.00 | 264.00 | OK | |
r-oldrel-macos-arm64 | 7.3 | 86.00 | OK | |||
r-oldrel-macos-x86_64 | 7.3 | 176.00 | OK | |||
r-oldrel-windows-x86_64 | 7.3 | 34.00 | 306.00 | 340.00 | OK |
Version: 7.3
Check: examples
Result: ERROR
Running examples in 'Compositional-Ex.R' failed
The error most likely occurred in:
> ### Name: Cross-validation for the SCRQ model
> ### Title: Cross-validation for the SCRQ model
> ### Aliases: cv.scrq
>
> ### ** Examples
>
> y <- rdiri(500, runif(3, 1, 3))
> x <- rdiri(500, runif(3, 1, 3))
> mod <- cv.scrq(y, x, nfolds = 5)
Error in rq.fit.fnc(x, y, tau = tau, ...) :
Error info = 9 in stepy2: singular design
Calls: cv.scrq -> <Anonymous> -> <Anonymous> -> rq.fit -> rq.fit.fnc
Execution halted
Flavor: r-devel-windows-x86_64