* using log directory 'd:/Rcompile/CRANpkg/local/4.3/see.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.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.8.4' * package encoding: UTF-8 * 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 DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [1s] 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 ... [21s] OK * checking Rd files ... [2s] OK * checking Rd metadata ... 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 ... [75s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [44s] ERROR Running 'testthat.R' [44s] Running the tests in 'tests/testthat.R' failed. Complete output: > # graphics engine changed in these versions, and so snapshots generated on > # previous R version won't work > if (require("testthat") && require("vdiffr") && getRversion() > "4.3.0" && getRversion() < "4.4.0") { + library(testthat) + library(see) + + test_check("see") + } Loading required package: testthat Loading required package: vdiffr Variable `Component` is not in your data frame :/ boundary (singular) fit: see help('isSingular') Your model may suffer from singularity (see see `?lme4::isSingular` and `?performance::check_singularity`). Some of the standard errors and confidence intervals of the random effects parameters are probably not meaningful! You may try to impose a prior on the random effects parameters, e.g. using the glmmTMB package. [ FAIL 2 | WARN 1 | SKIP 13 | PASS 31 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-check_model.R:2:3', 'test-check_model.R:118:3', 'test-plot.check_normality.R:18:3', 'test-plot.compare_parameters.R:20:3', 'test-plot.effectsize_table.R:5:3', 'test-plot.n_factors.R:7:3', 'test-plot.performance_pp_check.R:6:3', 'test-plot.performance_roc.R:14: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.dw_data_tabulate.R:3:3'): `plot.dw_data_tabulate()` works with single table ── Error in `xy.coords(x, y, xlabel, ylabel, log)`: 'x' is a list, but does not have components 'x' and 'y' Backtrace: ▆ 1. ├─testthat::expect_s3_class(plot(x), "gg") at test-plot.dw_data_tabulate.R:3:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::plot(x) 5. └─graphics::plot.default(x) 6. └─grDevices::xy.coords(x, y, xlabel, ylabel, log) ── Error ('test-plot.dw_data_tabulate.R:8:3'): `plot.dw_data_tabulate()` works with multiple tables ── Error in `xy.coords(x, y, xlabel, ylabel, log)`: 'x' is a list, but does not have components 'x' and 'y' Backtrace: ▆ 1. ├─testthat::expect_true(is.list(plot(x))) at test-plot.dw_data_tabulate.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::plot(x) 5. └─graphics::plot.default(x) 6. └─grDevices::xy.coords(x, y, xlabel, ylabel, log) [ FAIL 2 | WARN 1 | SKIP 13 | PASS 31 ] Error: Test failures Execution halted * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... [15s] OK * DONE Status: 1 ERROR