Last updated on 2024-09-15 02:49:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.3 | 18.22 | 229.96 | 248.18 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.3 | 12.28 | 156.79 | 169.07 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.3 | 411.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.3 | 406.03 | OK | |||
r-devel-windows-x86_64 | 2.0.3 | 19.00 | 235.00 | 254.00 | OK | |
r-patched-linux-x86_64 | 2.0.3 | 19.38 | 222.76 | 242.14 | OK | |
r-release-linux-x86_64 | 2.0.3 | 14.04 | 223.06 | 237.10 | OK | |
r-release-macos-arm64 | 2.0.3 | 119.00 | OK | |||
r-release-macos-x86_64 | 2.0.3 | 338.00 | OK | |||
r-release-windows-x86_64 | 2.0.3 | 20.00 | 233.00 | 253.00 | OK | |
r-oldrel-macos-arm64 | 2.0.2 | 156.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.0.2 | 282.00 | ERROR | |||
r-oldrel-windows-x86_64 | 2.0.2 | 25.00 | 263.00 | 288.00 | OK |
Version: 2.0.2
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘Using.RRPP.Rmd’
...
> fit.par <- lm(fit$call$f1, data = fit$LM$data)
> all.equal(fit$LM$coefficients, fit.par$coefficients)
[1] TRUE
> summary(manova(fit.par))
When sourcing ‘Using.RRPP.R’:
Error: residuals have rank 49 < 112
Execution halted
‘ANOVA.vs.MANOVA.Rmd’ using ‘UTF-8’... [18s/28s] OK
‘Using.RRPP.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-arm64
Version: 2.0.2
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘Using.RRPP.Rmd’
...
> fit.par <- lm(fit$call$f1, data = fit$LM$data)
> all.equal(fit$LM$coefficients, fit.par$coefficients)
[1] TRUE
> summary(manova(fit.par))
When sourcing ‘Using.RRPP.R’:
Error: residuals have rank 49 < 112
Execution halted
‘ANOVA.vs.MANOVA.Rmd’ using ‘UTF-8’... [28s/42s] OK
‘Using.RRPP.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-x86_64