CRAN Package Check Results for Package see

Last updated on 2025-01-12 08:48:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.0 11.47 178.04 189.51 OK
r-devel-linux-x86_64-debian-gcc 0.9.0 7.36 118.12 125.48 OK
r-devel-linux-x86_64-fedora-clang 0.9.0 272.73 ERROR
r-devel-linux-x86_64-fedora-gcc 0.9.0 247.23 ERROR
r-devel-windows-x86_64 0.9.0 15.00 181.00 196.00 OK
r-patched-linux-x86_64 0.9.0 14.13 169.28 183.41 OK
r-release-macos-arm64 0.9.0 71.00 OK
r-release-macos-x86_64 0.9.0 157.00 OK
r-release-windows-x86_64 0.9.0 13.00 140.00 153.00 ERROR
r-oldrel-macos-arm64 0.9.0 61.00 OK
r-oldrel-macos-x86_64 0.9.0 102.00 OK
r-oldrel-windows-x86_64 0.9.0 18.00 189.00 207.00 ERROR

Check Details

Version: 0.9.0
Check: examples
Result: ERROR Running examples in ‘see-Ex.R’ failed The error most likely occurred in: > ### Name: plot.see_check_collinearity > ### Title: Plot method for multicollinearity checks > ### Aliases: plot.see_check_collinearity > > ### ** Examples > > library(performance) > m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars) > result <- check_collinearity(m) > result # Check for Multicollinearity Warning: Argument `pattern` is deprecated. Please use `select` instead. Low Correlation Term VIF VIF 95% CI Increased SE Tolerance Tolerance 95% CI gear 1.53 [1.19, 2.51] 1.24 0.65 [0.40, 0.84] Moderate Correlation Term VIF VIF 95% CI Increased SE Tolerance Tolerance 95% CI wt 5.05 [3.21, 8.41] 2.25 0.20 [0.12, 0.31] cyl 5.41 [3.42, 9.04] 2.33 0.18 [0.11, 0.29] disp 9.97 [6.08, 16.85] 3.16 0.10 [0.06, 0.16] > plot(result) Warning: Argument `pattern` is deprecated. Please use `select` instead. Error: Following variable(s) were not found: Component Possibly misspelled? Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.9.0
Check: tests
Result: ERROR Running ‘testthat.R’ [97s/56s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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 1 | WARN 1 | SKIP 17 | PASS 32 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-check_model.R:2:3', 'test-plot.check_normality.R:18:3', 'test-plot.compare_parameters.R:20:3', 'test-plot.effectsize_table.R:5:3', 'test-plot.check_dag.R:17:3', 'test-plot.check_dag.R:68:3', 'test-plot.check_dag.R:90:3', 'test-plot.p_direction.R:11:1', 'test-plot.n_factors.R:7:3', 'test-plot.p_significance.R:11:1', '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_collinearity.R:5:3'): `plot.see_check_collinearity()` works ── Error: Following variable(s) were not found: Component Possibly misspelled? Backtrace: ▆ 1. ├─testthat::expect_s3_class(plot(result), "gg") at test-plot.check_collinearity.R:5:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::plot(result) 5. ├─performance:::plot.check_collinearity(result) 6. ├─base::NextMethod() 7. └─see:::plot.see_check_collinearity(result) 8. └─datawizard::data_rename(...) 9. └─datawizard:::.select_nse(...) 10. └─datawizard:::.eval_expr(...) 11. └─datawizard:::.select_char(...) 12. └─datawizard:::.action_if_not_found(...) 13. └─insight::format_error(msg, msg2) 14. └─insight::format_alert(..., type = "error") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 32 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.0
Check: tests
Result: ERROR Running ‘testthat.R’ [95s/49s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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 1 | WARN 1 | SKIP 17 | PASS 32 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-check_model.R:2:3', 'test-plot.check_normality.R:18:3', 'test-plot.compare_parameters.R:20:3', 'test-plot.effectsize_table.R:5:3', 'test-plot.check_dag.R:17:3', 'test-plot.check_dag.R:68:3', 'test-plot.check_dag.R:90: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_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_collinearity.R:5:3'): `plot.see_check_collinearity()` works ── Error: Following variable(s) were not found: Component Possibly misspelled? Backtrace: ▆ 1. ├─testthat::expect_s3_class(plot(result), "gg") at test-plot.check_collinearity.R:5:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::plot(result) 5. ├─performance:::plot.check_collinearity(result) 6. ├─base::NextMethod() 7. └─see:::plot.see_check_collinearity(result) 8. └─datawizard::data_rename(...) 9. └─datawizard:::.select_nse(...) 10. └─datawizard:::.eval_expr(...) 11. └─datawizard:::.select_char(...) 12. └─datawizard:::.action_if_not_found(...) 13. └─insight::format_error(msg, msg2) 14. └─insight::format_alert(..., type = "error") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 32 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.9.0
Check: tests
Result: ERROR Running 'testthat.R' [30s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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 1 | WARN 1 | SKIP 17 | PASS 32 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-check_model.R:2:3', 'test-plot.check_normality.R:18:3', 'test-plot.compare_parameters.R:20:3', 'test-plot.effectsize_table.R:5:3', 'test-plot.check_dag.R:17:3', 'test-plot.check_dag.R:68:3', 'test-plot.check_dag.R:90: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_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_collinearity.R:5:3'): `plot.see_check_collinearity()` works ── Error: Following variable(s) were not found: Component Possibly misspelled? Backtrace: ▆ 1. ├─testthat::expect_s3_class(plot(result), "gg") at test-plot.check_collinearity.R:5:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::plot(result) 5. ├─performance:::plot.check_collinearity(result) 6. ├─base::NextMethod() 7. └─see:::plot.see_check_collinearity(result) 8. └─datawizard::data_rename(...) 9. └─datawizard:::.select_nse(...) 10. └─datawizard:::.eval_expr(...) 11. └─datawizard:::.select_char(...) 12. └─datawizard:::.action_if_not_found(...) 13. └─insight::format_error(msg, msg2) 14. └─insight::format_alert(..., type = "error") [ FAIL 1 | WARN 1 | SKIP 17 | PASS 32 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64