Last updated on 2025-04-05 01:53:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 7.3 | 25.67 | 187.00 | 212.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 7.3 | 15.10 | 125.42 | 140.52 | OK | |
r-devel-linux-x86_64-fedora-clang | 7.3 | 349.62 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 7.3 | 323.74 | OK | |||
r-devel-macos-arm64 | 7.3 | 88.00 | OK | |||
r-devel-macos-x86_64 | 7.3 | 187.00 | OK | |||
r-devel-windows-x86_64 | 7.3 | 29.00 | 249.00 | 278.00 | OK | |
r-patched-linux-x86_64 | 7.3 | 28.26 | 175.06 | 203.32 | OK | |
r-release-linux-x86_64 | 7.3 | 24.50 | 173.72 | 198.22 | 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 | 29.00 | 206.00 | 235.00 | ERROR | |
r-oldrel-macos-arm64 | 7.3 | OK | ||||
r-oldrel-macos-x86_64 | 7.3 | 176.00 | OK | |||
r-oldrel-windows-x86_64 | 7.3 | 37.00 | 310.00 | 347.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-release-windows-x86_64