CRAN Package Check Results for Package report

Last updated on 2025-02-05 17:50:06 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 11.70 96.49 108.19 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 7.46 66.42 73.88 OK
r-devel-linux-x86_64-fedora-clang 0.6.0 168.30 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.0 198.99 OK
r-devel-windows-x86_64 0.6.0 13.00 283.00 296.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 9.89 91.39 101.28 OK
r-release-macos-arm64 0.6.0 65.00 OK
r-release-macos-x86_64 0.6.0 116.00 OK
r-release-windows-x86_64 0.6.0 12.00 291.00 303.00 OK
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.0 15.00 359.00 374.00 OK

Check Details

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-devel-linux-x86_64-fedora-clang