R Under development (unstable) (2024-08-30 r87081 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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.3, and so snapshots generated on > # previous R version won't work with later R releases > if (require("testthat", quietly = TRUE) && require("vdiffr", quietly = TRUE) && getRversion() >= "4.4.0") { + library(testthat) + library(see) + + test_check("see") + } Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 12 | PASS 33 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-check_model.R:2:3', 'test-plot.check_normality.R:18:3', 'test-plot.effectsize_table.R:5:3', 'test-plot.compare_parameters.R:20:3', 'test-plot.n_factors.R:7:3', 'test-plot.performance_roc.R:14:3', 'test-plot.performance_pp_check.R:6:3', 'test-scale_color_colorhex_c.R:3:3', 'test-vdiffr_bayestestr_plots.R:11:3', 'test-vdiffr_geoms_coords.R:13:3', 'test-vdiffr_scale_color.R:2:3', 'test-vdiffr_themes.R:11:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plot.check_dag.R:7:3'): `plot()` for check_dag ───────────────── Error: 'check_dag' is not an exported object from 'namespace:performance' ── Error ('test-plot.check_dag.R:58:3'): `plot()` for check_dag, multiple adjustment sets ── Error: 'check_dag' is not an exported object from 'namespace:performance' ── Error ('test-plot.check_dag.R:77:3'): `plot()` for check_dag, different total and direct adjustments ── Error: 'check_dag' is not an exported object from 'namespace:performance' [ FAIL 3 | WARN 0 | SKIP 12 | PASS 33 ] Error: Test failures Execution halted