R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> # graphics engine changed in R 4.4, and so snapshots generated on
> # previous R version won't work
> if (getRversion() >= "4.4.0") {
+   library(testthat)
+   library(see)
+ 
+   test_check("see")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 23 | PASS 33 ]

══ Skipped tests (23) ══════════════════════════════════════════════════════════
• On CRAN (22): 'test-check_model.R:2:3', 'test-plot.check_collinearity.R:7:3',
  'test-plot.check_normality.R:18:3', 'test-plot.compare_parameters.R:20:3',
  'test-plot.check_dag.R:17:3', 'test-plot.check_dag.R:68:3',
  'test-plot.check_dag.R:90:3', 'test-plot.effectsize_table.R:5:3',
  'test-plot.n_factors.R:7:3', 'test-plot.p_direction.R:11:1',
  'test-plot.p_significance.R:11:1', 'test-plot.performance_pp_check.R:6:3',
  'test-plot.performance_roc.R:14:3', 'test-plot.parameters_model.R:7:3',
  'test-plot.parameters_model.R:35:3', 'test-plot.parameters_model.R:90:3',
  'test-plot.parameters_model.R:104:3', 'test-scale_color_colorhex_c.R:3:3',
  'test-vdiffr_bayestestr_plots.R:11:3', 'test-vdiffr_geoms_coords.R:9:3',
  'test-vdiffr_scale_color.R:2:3', 'test-vdiffr_themes.R:11:3'
• TRUE is TRUE (1): 'test-plot.simulate_parameters.R:1:1'

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot.estimate_contrasts.R:7:3'): `plot.see_estimate_contrasts()` works ──
Error: Unable to compute predicted values with this model. You can try to
  supply a different dataset to the `newdata` argument. This error was
  also raised:
  
  there is no package called 'collapse'
  
  Bug Tracker:
  https://github.com/vincentarelbundock/marginaleffects/issues
Backtrace:
     â–†
  1. └─modelbased::estimate_contrasts(model, contrast = "Species") at test-plot.estimate_contrasts.R:7:3
  2.   └─modelbased::get_marginalcontrasts(...)
  3.     └─modelbased::estimate_means(...)
  4.       └─modelbased::get_marginalmeans(...)
  5.         ├─base::suppressWarnings(...)
  6.         │ └─base::withCallingHandlers(...)
  7.         ├─base::do.call(marginaleffects::avg_predictions, fun_args)
  8.         └─marginaleffects (local) `<fn>`(...)
  9.           └─marginaleffects::predictions(...)
 10.             ├─base::do.call(get_predictions, args)
 11.             └─marginaleffects (local) `<fn>`(...)
 12.               └─insight::format_error(msg)
 13.                 └─insight::format_alert(..., type = "error")

[ FAIL 1 | WARN 0 | SKIP 23 | PASS 33 ]
Error: Test failures
Execution halted