Last updated on 2025-02-08 06:48:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 9.81 | 88.60 | 98.41 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.1 | 7.63 | 68.63 | 76.26 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.1 | 188.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 198.78 | OK | |||
r-devel-windows-x86_64 | 0.6.1 | 10.00 | 285.00 | 295.00 | OK | |
r-patched-linux-x86_64 | 0.6.0 | 11.88 | 91.09 | 102.97 | OK | |
r-release-linux-x86_64 | 0.6.0 | 10.04 | 91.60 | 101.64 | OK | |
r-release-macos-arm64 | 0.6.1 | 51.00 | OK | |||
r-release-macos-x86_64 | 0.6.1 | 159.00 | OK | |||
r-release-windows-x86_64 | 0.6.0 | 13.00 | 268.00 | 281.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.9 | 76.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.9 | 130.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.1 | 12.00 | 298.00 | 310.00 | OK |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘report-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: report.estimate_contrasts
> ### Title: Reporting 'estimate_contrasts' objects
> ### Aliases: report.estimate_contrasts report_table.estimate_contrasts
> ### report_text.estimate_contrasts
>
> ### ** Examples
>
> ## Don't show:
> if (requireNamespace("modelbased", quietly = TRUE) && requireNamespace("emmeans", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ library(modelbased)
+ model <- lm(Sepal.Width ~ Species, data = iris)
+ contr <- estimate_contrasts(model)
+ report(contr)
+ ## Don't show:
+ }) # examplesIf
> library(modelbased)
> model <- lm(Sepal.Width ~ Species, data = iris)
> contr <- estimate_contrasts(model)
We selected `contrast=c("Species")`.
Error: Sorry, calculating marginal contrasts failed with following error:
Package `collapse` required for this function to work. Please install
it by running `install.packages("collapse")`.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in 'report-Ex.R' failed
The error most likely occurred in:
> ### Name: report.estimate_contrasts
> ### Title: Reporting 'estimate_contrasts' objects
> ### Aliases: report.estimate_contrasts report_table.estimate_contrasts
> ### report_text.estimate_contrasts
>
> ### ** Examples
>
> ## Don't show:
> if (requireNamespace("modelbased", quietly = TRUE) && requireNamespace("emmeans", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ library(modelbased)
+ model <- lm(Sepal.Width ~ Species, data = iris)
+ contr <- estimate_contrasts(model)
+ report(contr)
+ ## Don't show:
+ }) # examplesIf
> library(modelbased)
> model <- lm(Sepal.Width ~ Species, data = iris)
> contr <- estimate_contrasts(model)
We selected `contrast=c("Species")`.
Error: Sorry, calculating marginal contrasts failed with following error:
Package `collapse` required for this function to work. Please install
it by running `install.packages("collapse")`.
Execution halted
Flavor: r-release-windows-x86_64