* using log directory 'd:/RCompile/CRANincoming/R-devel/see.Rcheck' * using R Under development (unstable) (2025-01-21 r87610 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'see/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'see' version '0.10.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [15s] OK * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'see' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [24s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [58s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [31s] ERROR Running 'testthat.R' [30s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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.p_direction.R:11:1', 'test-plot.p_significance.R:11:1', 'test-plot.n_factors.R:7:3', '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:6:3'): `plot.see_estimate_contrasts()` works ── Error: Package `marginaleffects` required for this function to work. Please install it by running `install.packages("marginaleffects")`. Backtrace: ▆ 1. └─modelbased::estimate_contrasts(model, contrast = "Species") at test-plot.estimate_contrasts.R:6:3 2. └─modelbased::get_marginalcontrasts(...) 3. └─insight::check_if_installed("marginaleffects") [ FAIL 1 | WARN 0 | SKIP 23 | PASS 33 ] Error: Test failures Execution halted * checking PDF version of manual ... [25s] OK * checking HTML version of manual ... [14s] OK * DONE Status: 1 ERROR