* using log directory 'd:/Rcompile/CRANpkg/local/4.7/see.Rcheck' * using R Under development (unstable) (2026-05-01 r89993 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-05-03 18:21:14 UTC * checking for file 'see/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'see' version '0.13.0' * 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 code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [2s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [2s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] 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 ... [17s] 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 ... [79s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [64s] ERROR Running 'testthat.R' [64s] 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. > test-performance_large_datasets.R: Ignoring unknown labels: > test-performance_large_datasets.R: * size : "" > test-plot.check_normality.R: [[1]] > test-plot.check_normality.R: > test-plot.check_normality.R: Loading required namespace: GPArotation > test-plot.check_outliers.R: `stat_bin()` using `bins = 30`. Pick better value `binwidth`. > test-plot.compare_parameters.R: boundary (singular) fit: see help('isSingular') Saving _problems/test-plot.dw_data_tabulate-2.R Saving _problems/test-plot.dw_data_tabulate-7.R > test-plot.parameters_model.R: Ignoring unknown labels: > test-plot.parameters_model.R: * colour : "CI" > test-plot.performance_pp_check.R: Ignoring unknown labels: > test-plot.performance_pp_check.R: * size : "" [ FAIL 2 | WARN 0 | SKIP 36 | PASS 38 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • Fails at retrieving data (1): 'test-plot.simulate_parameters.R:1:1' • On CRAN (35): 'test-check_model.R:2:3', 'test-geom_binomdensity.R:1:1', 'test-plot.check_collinearity.R:1:1', 'test-performance_large_datasets.R:36:3', 'test-performance_large_datasets.R:66:3', 'test-plot.check_normality.R:1:1', 'test-plot.check_normality.R:46:1', 'test-plot.check_outliers.R:1:1', 'test-plot.check_outliers.R:82:1', 'test-plot.compare_parameters.R:1:1', 'test-plot.effectsize_table.R:1:1', 'test-plot.check_dag.R:5:1', 'test-plot.check_dag.R:56:1', 'test-plot.check_dag.R:75:1', 'test-plot.estimate_density.R:12:1', 'test-plot.estimate_density.R:34:3', 'test-plot.p_direction.R:11:1', 'test-plot.p_significance.R:11:1', 'test-plot.n_factors.R:1:1', 'test-plot.performance_pp_check.R:1:1', 'test-plot.performance_pp_check.R:14:3', 'test-plot.performance_roc.R:1:1', 'test-plot.parameters_model.R:1:1', 'test-plot.parameters_model.R:17:1', 'test-plot.parameters_model.R:54:1', 'test-plot.parameters_model.R:110:1', 'test-plot.parameters_model.R:129:1', 'test-scale_color_colorhex_c.R:1:1', 'test-plots.R:1:1', 'test-vdiffr_bayestestr_plots.R:1:1', 'test-vdiffr_check_model.R:1:1', 'test-scale_color_okabeito.R:1:1', 'test-vdiffr_geoms_coords.R:1:1', 'test-vdiffr_scale_color.R:1:1', 'test-vdiffr_themes.R:3:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plot.dw_data_tabulate.R:2:3'): `plot.datawizard_table()` works with single table ── Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values Backtrace: ▆ 1. ├─datawizard::data_tabulate(mtcars, select = "cyl") at test-plot.dw_data_tabulate.R:2:3 2. └─datawizard:::data_tabulate.data.frame(mtcars, select = "cyl") 3. └─base::lapply(...) 4. └─datawizard (local) FUN(X[[i]], ...) 5. ├─datawizard::data_tabulate(...) 6. └─datawizard:::data_tabulate.default(...) 7. ├─datawizard::data_rename(...) 8. │ └─base::is.data.frame(data) 9. └─base::data.frame(freq_table, stringsAsFactors = FALSE) 10. ├─base::as.data.frame(x[[i]], optional = TRUE) 11. └─base::as.data.frame.table(x[[i]], optional = TRUE) 12. ├─base::eval(ex) 13. │ └─base::eval(ex) 14. └─base::data.frame(...) 15. ├─base::as.data.frame(x[[i]], optional = TRUE) 16. └─base::as.data.frame.integer(x[[i]], optional = TRUE) ── Error ('test-plot.dw_data_tabulate.R:7:3'): `plot.datawizard_table()` works with multiple tables ── Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values Backtrace: ▆ 1. ├─datawizard::data_tabulate(mtcars, select = c("cyl", "carb", "am")) at test-plot.dw_data_tabulate.R:7:3 2. └─datawizard:::data_tabulate.data.frame(...) 3. └─base::lapply(...) 4. └─datawizard (local) FUN(X[[i]], ...) 5. ├─datawizard::data_tabulate(...) 6. └─datawizard:::data_tabulate.default(...) 7. ├─datawizard::data_rename(...) 8. │ └─base::is.data.frame(data) 9. └─base::data.frame(freq_table, stringsAsFactors = FALSE) 10. ├─base::as.data.frame(x[[i]], optional = TRUE) 11. └─base::as.data.frame.table(x[[i]], optional = TRUE) 12. ├─base::eval(ex) 13. │ └─base::eval(ex) 14. └─base::data.frame(...) 15. ├─base::as.data.frame(x[[i]], optional = TRUE) 16. └─base::as.data.frame.integer(x[[i]], optional = TRUE) [ FAIL 2 | WARN 0 | SKIP 36 | PASS 38 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [24s] OK * checking HTML version of manual ... [20s] OK * DONE Status: 1 ERROR