Package check result: NOTE Check: examples, Result: NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed adjust 5.696 0.24 5.546 Changes to worse in reverse depends: Package: easystats Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘citation.Rmd’ using rmarkdown --- finished re-building ‘citation.Rmd’ --- re-building ‘conventions.Rmd’ using rmarkdown --- finished re-building ‘conventions.Rmd’ --- re-building ‘list_of_functions.Rmd’ using rmarkdown --- finished re-building ‘list_of_functions.Rmd’ --- re-building ‘resources.Rmd’ using rmarkdown --- finished re-building ‘resources.Rmd’ --- re-building ‘version_policy.Rmd’ using rmarkdown --- finished re-building ‘version_policy.Rmd’ --- re-building ‘workflow_performance.rmd’ using rmarkdown Quitting from lines 85-86 [unnamed-chunk-4] (workflow_performance.rmd) Error: processing vignette 'workflow_performance.rmd' failed with diagnostics: `check_model()` returned following error: Following variable(s) were not found: Component Possibly misspelled? If the error message does not help identifying your problem, another reason why `check_model()` failed might be that models of class `glmmTMB` are not yet supported. --- failed re-building ‘workflow_performance.rmd’ SUMMARY: processing the following file failed: ‘workflow_performance.rmd’ Error: Vignette re-building failed. Execution halted Package: parameters Check: examples New result: ERROR Running examples in ‘parameters-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: dominance_analysis > ### Title: Dominance Analysis > ### Aliases: dominance_analysis > > ### ** Examples > > ## Don't show: > if (require("domir") && require("performance")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + data(mtcars) + + # Dominance Analysis with Logit Regression + model <- glm(vs ~ cyl + carb + mpg, data = mtcars, family = binomial()) + + performance::r2(model) + dominance_analysis(model) + + # Dominance Analysis with Weighted Logit Regression + model_wt <- glm(vs ~ cyl + carb + mpg, + data = mtcars, + weights = wt, family = quasibinomial() + ) + + dominance_analysis(model_wt, quote_args = "weights") + ## Don't show: + }) # examplesIf Loading required package: domir Loading required package: performance > data(mtcars) > model <- glm(vs ~ cyl + carb + mpg, data = mtcars, family = binomial()) > performance::r2(model) # R2 for Logistic Regression Tjur's R2: 0.741 > dominance_analysis(model) Error in eval(expr[[3]]) : object 'da_df_cdl' not found Calls: ... .select_square_bracket -> .eval_expr -> eval -> eval Execution halted Package: parameters Check: tests New result: ERROR Running ‘testthat.R’ [114s/68s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(parameters) > library(testthat) > > test_check("parameters") Starting 2 test processes [ FAIL 1 | WARN 6 | SKIP 116 | PASS 655 ] ══ Skipped tests (116) ═════════════════════════════════════════════════════════ • Installed marginaleffects is version 0.24.0; but 1.0.0 is required (1): 'test-marginaleffects.R:1:1' • On CRAN (103): 'test-GLMMadaptive.R:1:1', 'test-averaging.R:1:1', 'test-backticks.R:1:1', 'test-bootstrap_emmeans.R:1:1', 'test-bootstrap_parameters.R:1:1', 'test-brms.R:1:1', 'test-compare_parameters.R:91:7', 'test-compare_parameters.R:95:5', 'test-complete_separation.R:14:5', 'test-complete_separation.R:24:5', 'test-complete_separation.R:35:5', 'test-coxph.R:79:5', 'test-efa.R:1:1', 'test-emmGrid-df_colname.R:1:1', 'test-equivalence_test.R:10:3', 'test-equivalence_test.R:18:3', 'test-equivalence_test.R:82:3', 'test-format_model_parameters2.R:2:3', 'test-gam.R:30:1', 'test-get_scores.R:1:1', 'test-glmer.R:1:1', 'test-glmmTMB-2.R:1:1', 'test-glmmTMB-profile_CI.R:2:3', 'test-glmmTMB.R:8:1', 'test-helper.R:1:1', 'test-ivreg.R:54:3', 'test-include_reference.R:15:3', 'test-include_reference.R:67:3', 'test-lmerTest.R:1:1', 'test-mipo.R:19:3', 'test-mipo.R:33:3', 'test-mmrm.R:1:1', 'test-model_parameters.anova.R:1:1', 'test-model_parameters.aov.R:1:1', 'test-model_parameters.bracl.R:5:1', 'test-model_parameters.cgam.R:1:1', 'test-model_parameters.coxme.R:1:1', 'test-model_parameters.aov_es_ci.R:158:3', 'test-model_parameters.aov_es_ci.R:269:3', 'test-model_parameters.aov_es_ci.R:319:3', 'test-model_parameters.aov_es_ci.R:372:3', 'test-model_parameters.epi2x2.R:1:1', 'test-model_parameters.fixest.R:2:3', 'test-model_parameters.fixest.R:77:3', 'test-model_parameters.fixest_multi.R:3:1', 'test-model_parameters.ggeffects.R:12:3', 'test-model_parameters.glmgee.R:1:1', 'test-model_parameters.glm.R:40:3', 'test-model_parameters.glm.R:68:3', 'test-model_parameters.logistf.R:1:1', 'test-model_parameters.mclogit.R:5:1', 'test-model_parameters.mediate.R:32:3', 'test-model_parameters.mixed.R:2:1', 'test-model_parameters.nnet.R:5:1', 'test-model_parameters.vgam.R:3:1', 'test-model_parameters_df.R:1:1', 'test-model_parameters_ordinal.R:1:1', 'test-model_parameters_random_pars.R:1:1', 'test-model_parameters_std.R:1:1', 'test-model_parameters_std_mixed.R:3:1', 'test-n_factors.R:10:3', 'test-n_factors.R:26:3', 'test-n_factors.R:76:3', 'test-p_adjust.R:1:1', 'test-p_direction.R:1:1', 'test-p_significance.R:1:1', 'test-p_value.R:14:1', 'test-panelr.R:1:1', 'test-pipe.R:1:1', 'test-pca.R:66:3', 'test-plm.R:111:3', 'test-posterior.R:2:1', 'test-pretty_names.R:65:5', 'test-print_AER_labels.R:11:5', 'test-printing-stan.R:2:1', 'test-printing.R:1:1', 'test-pool_parameters.R:11:3', 'test-pool_parameters.R:32:1', 'test-quantreg.R:1:1', 'test-random_effects_ci.R:4:1', 'test-robust.R:2:1', 'test-rstanarm.R:3:1', 'test-printing2.R:15:7', 'test-printing2.R:22:7', 'test-printing2.R:27:7', 'test-printing2.R:32:7', 'test-printing2.R:37:7', 'test-printing2.R:49:7', 'test-printing2.R:91:7', 'test-printing2.R:127:7', 'test-serp.R:16:5', 'test-svylme.R:1:1', 'test-visualisation_recipe.R:7:3', 'test-weightit.R:23:3', 'test-weightit.R:43:3', 'test-standardize_parameters.R:31:3', 'test-standardize_parameters.R:36:3', 'test-standardize_parameters.R:61:3', 'test-standardize_parameters.R:175:3', 'test-standardize_parameters.R:300:3', 'test-standardize_parameters.R:334:3', 'test-standardize_parameters.R:428:3', 'test-standardize_parameters.R:518:3' • On Linux (5): 'test-model_parameters.BFBayesFactor.R:1:1', 'test-nestedLogit.R:78:3', 'test-random_effects_ci-glmmTMB.R:3:1', 'test-simulate_model.R:1:1', 'test-simulate_parameters.R:1:1' • TODO: fix this test (1): 'test-model_parameters.lqmm.R:40:3' • TODO: this one actually is not correct. (1): 'test-model_parameters_robust.R:127:3' • empty test (5): 'test-wrs2.R:8:1', 'test-wrs2.R:18:1', 'test-wrs2.R:30:1', 'test-wrs2.R:43:1', 'test-wrs2.R:55:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-dominance_analysis.R:6:1'): (code run outside of `test_that()`) ── Error in `eval(expr[[3]])`: object 'da_df_cdl' not found Backtrace: ▆ 1. └─parameters::dominance_analysis(DA_test_model) at test-dominance_analysis.R:6:1 2. └─datawizard::data_rename(...) 3. └─datawizard:::.select_nse(...) 4. └─datawizard:::.eval_expr(...) 5. └─datawizard:::.eval_call(...) 6. └─datawizard:::.select_square_bracket(...) [ FAIL 1 | WARN 6 | SKIP 116 | PASS 655 ] Deleting unused snapshots: • equivalence_test/equivalence-test-1.svg • equivalence_test/equivalence-test-2.svg • equivalence_test/equivalence-test-3.svg • equivalence_test/equivalence-test-4.svg • equivalence_test/equivalence-test-5.svg Error: Test failures Execution halted Package: performance Check: examples New result: ERROR Running examples in ‘performance-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: check_collinearity > ### Title: Check for multicollinearity of model terms > ### Aliases: check_collinearity multicollinearity > ### check_collinearity.default check_collinearity.glmmTMB > ### check_concurvity > > ### ** Examples > > m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars) > check_collinearity(m) # 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] > > ## Don't show: > if (require("see")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + # plot results + x <- check_collinearity(m) + plot(x) + ## Don't show: + }) # examplesIf Loading required package: see > x <- check_collinearity(m) > plot(x) Warning: Argument `pattern` is deprecated. Please use `select` instead. Error: Following variable(s) were not found: Component Possibly misspelled? Execution halted Package: rempsyc Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘assumptions.Rmd’ using rmarkdown Quitting from lines 55-57 [unnamed-chunk-3] (assumptions.Rmd) Error: processing vignette 'assumptions.Rmd' failed with diagnostics: `check_model()` returned following error: Following variable(s) were not found: Component Possibly misspelled? If the error message does not help identifying your problem, another reason why `check_model()` failed might be that models of class `lm` are not yet supported. --- failed re-building ‘assumptions.Rmd’ --- re-building ‘circles.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/circles_files/figure-html/unnamed-chunk-4-1.png 576x576 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 13568 bytes Input file size = 14438 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 12053 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 12053 Output IDAT size = 12053 bytes (1515 bytes decrease) Output file size = 12131 bytes (2307 bytes = 15.98% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/circles_files/figure-html/unnamed-chunk-5-1.png 576x576 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 15963 bytes Input file size = 16833 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14129 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14129 Output IDAT size = 14129 bytes (1834 bytes decrease) Output file size = 14207 bytes (2626 bytes = 15.60% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/circles_files/figure-html/unnamed-chunk-6-1.png 576x576 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 20048 bytes Input file size = 20930 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 17997 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 17997 Output IDAT size = 17997 bytes (2051 bytes decrease) Output file size = 18075 bytes (2855 bytes = 13.64% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/circles_files/figure-html/unnamed-chunk-7-1.png 576x576 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 15767 bytes Input file size = 16637 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14054 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14054 Output IDAT size = 14054 bytes (1713 bytes decrease) Output file size = 14132 bytes (2505 bytes = 15.06% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/circles_files/figure-html/unnamed-chunk-8-1.png 576x576 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 15963 bytes Input file size = 16833 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14129 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14129 Output IDAT size = 14129 bytes (1834 bytes decrease) Output file size = 14207 bytes (2626 bytes = 15.60% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/circles_files/figure-html/unnamed-chunk-10-1.png 576x576 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 17206 bytes Input file size = 18088 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15286 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15286 Output IDAT size = 15286 bytes (1920 bytes decrease) Output file size = 15364 bytes (2724 bytes = 15.06% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/circles_files/figure-html/unnamed-chunk-10-2.png 576x576 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 16887 bytes Input file size = 17769 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15018 zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 15017 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 15017 Output IDAT size = 15017 bytes (1870 bytes decrease) Output file size = 15095 bytes (2674 bytes = 15.05% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/circles_files/figure-html/unnamed-chunk-10-3.png 576x576 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 17207 bytes Input file size = 18089 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15282 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15282 Output IDAT size = 15282 bytes (1925 bytes decrease) Output file size = 15360 bytes (2729 bytes = 15.09% decrease) --- finished re-building ‘circles.Rmd’ --- re-building ‘contrasts.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/contrasts_files/figure-html/unnamed-chunk-6-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 40820 bytes Input file size = 40946 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 34194 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 34194 Output IDAT size = 34194 bytes (6626 bytes decrease) Output file size = 34272 bytes (6674 bytes = 16.30% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/contrasts_files/figure-html/unnamed-chunk-17-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 51179 bytes Input file size = 51329 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44989 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44989 Output IDAT size = 44989 bytes (6190 bytes decrease) Output file size = 45067 bytes (6262 bytes = 12.20% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/contrasts_files/figure-html/unnamed-chunk-18-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 51005 bytes Input file size = 51155 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 46377 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 46377 Output IDAT size = 46377 bytes (4628 bytes decrease) Output file size = 46455 bytes (4700 bytes = 9.19% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/contrasts_files/figure-html/unnamed-chunk-19-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 55719 bytes Input file size = 55869 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 47768 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 47768 Output IDAT size = 47768 bytes (7951 bytes decrease) Output file size = 47846 bytes (8023 bytes = 14.36% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/contrasts_files/figure-html/unnamed-chunk-20-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 49613 bytes Input file size = 49763 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42164 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42164 Output IDAT size = 42164 bytes (7449 bytes decrease) Output file size = 42242 bytes (7521 bytes = 15.11% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/contrasts_files/figure-html/unnamed-chunk-21-1.png 1344x1344 pixels, 3x8 bits/pixel, RGB Input IDAT size = 200376 bytes Input file size = 200742 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 173834 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 173834 Output IDAT size = 173834 bytes (26542 bytes decrease) Output file size = 173912 bytes (26830 bytes = 13.37% decrease) --- finished re-building ‘contrasts.Rmd’ --- re-building ‘moderation.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/moderation_files/figure-html/unnamed-chunk-12-1.png 480x288 pixels, 3x8 bits/pixel, RGB Input IDAT size = 16203 bytes Input file size = 16293 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 12924 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 12924 Output IDAT size = 12924 bytes (3279 bytes decrease) Output file size = 13002 bytes (3291 bytes = 20.20% decrease) --- finished re-building ‘moderation.Rmd’ --- re-building ‘randomize.Rmd’ using rmarkdown --- finished re-building ‘randomize.Rmd’ --- re-building ‘scatter.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-4-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 21657 bytes Input file size = 21759 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16036 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16036 Output IDAT size = 16036 bytes (5621 bytes decrease) Output file size = 16114 bytes (5645 bytes = 25.94% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-6-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 30308 bytes Input file size = 30422 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 22697 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 22697 Output IDAT size = 22697 bytes (7611 bytes decrease) Output file size = 22775 bytes (7647 bytes = 25.14% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-7-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 21771 bytes Input file size = 21873 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16229 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16229 Output IDAT size = 16229 bytes (5542 bytes decrease) Output file size = 16307 bytes (5566 bytes = 25.45% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-8-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 21292 bytes Input file size = 21394 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15930 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 15930 Output IDAT size = 15930 bytes (5362 bytes decrease) Output file size = 16008 bytes (5386 bytes = 25.18% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-9-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 20005 bytes Input file size = 20107 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14869 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 14869 Output IDAT size = 14869 bytes (5136 bytes decrease) Output file size = 14947 bytes (5160 bytes = 25.66% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-10-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 23568 bytes Input file size = 23670 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16929 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16929 Output IDAT size = 16929 bytes (6639 bytes decrease) Output file size = 17007 bytes (6663 bytes = 28.15% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-11-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 22695 bytes Input file size = 22797 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 17154 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 17154 Output IDAT size = 17154 bytes (5541 bytes decrease) Output file size = 17232 bytes (5565 bytes = 24.41% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-12-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 23105 bytes Input file size = 23207 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16897 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 16897 Output IDAT size = 16897 bytes (6208 bytes decrease) Output file size = 16975 bytes (6232 bytes = 26.85% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-13-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 24616 bytes Input file size = 24730 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18473 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18473 Output IDAT size = 18473 bytes (6143 bytes decrease) Output file size = 18551 bytes (6179 bytes = 24.99% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-14-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 24835 bytes Input file size = 24949 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18558 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18558 Output IDAT size = 18558 bytes (6277 bytes decrease) Output file size = 18636 bytes (6313 bytes = 25.30% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-15-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 25512 bytes Input file size = 25626 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18835 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18835 Output IDAT size = 18835 bytes (6677 bytes decrease) Output file size = 18913 bytes (6713 bytes = 26.20% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-16-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 30705 bytes Input file size = 30819 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23127 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23127 Output IDAT size = 23127 bytes (7578 bytes decrease) Output file size = 23205 bytes (7614 bytes = 24.71% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-17-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 25967 bytes Input file size = 26081 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 19116 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 19116 Output IDAT size = 19116 bytes (6851 bytes decrease) Output file size = 19194 bytes (6887 bytes = 26.41% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-18-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 30856 bytes Input file size = 30970 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23506 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23506 Output IDAT size = 23506 bytes (7350 bytes decrease) Output file size = 23584 bytes (7386 bytes = 23.85% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-19-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 27960 bytes Input file size = 28074 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 21109 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 21109 Output IDAT size = 21109 bytes (6851 bytes decrease) Output file size = 21187 bytes (6887 bytes = 24.53% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-20-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 26031 bytes Input file size = 26145 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 19088 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 19088 Output IDAT size = 19088 bytes (6943 bytes decrease) Output file size = 19166 bytes (6979 bytes = 26.69% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-21-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 25573 bytes Input file size = 25687 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 19061 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 19061 Output IDAT size = 19061 bytes (6512 bytes decrease) Output file size = 19139 bytes (6548 bytes = 25.49% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-22-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 25404 bytes Input file size = 25518 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18836 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18836 Output IDAT size = 18836 bytes (6568 bytes decrease) Output file size = 18914 bytes (6604 bytes = 25.88% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-23-1.png 768x672 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 11875 bytes Input file size = 12745 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 10362 zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 10299 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 10299 Output IDAT size = 10299 bytes (1576 bytes decrease) Output file size = 10377 bytes (2368 bytes = 18.58% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-24-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 46156 bytes Input file size = 46294 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35306 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35306 Output IDAT size = 35306 bytes (10850 bytes decrease) Output file size = 35384 bytes (10910 bytes = 23.57% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-26-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 31611 bytes Input file size = 31725 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 22950 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 22950 Output IDAT size = 22950 bytes (8661 bytes decrease) Output file size = 23028 bytes (8697 bytes = 27.41% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-27-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 32745 bytes Input file size = 32859 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23744 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23744 Output IDAT size = 23744 bytes (9001 bytes decrease) Output file size = 23822 bytes (9037 bytes = 27.50% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-28-1.png 768x672 pixels, 8 bits/pixel, 256 colors in palette Reducing image to 8 bits/pixel, grayscale Input IDAT size = 9292 bytes Input file size = 10162 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 7930 zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 7683 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 7683 Output IDAT size = 7683 bytes (1609 bytes decrease) Output file size = 7761 bytes (2401 bytes = 23.63% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/scatter_files/figure-html/unnamed-chunk-29-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 23178 bytes Input file size = 23280 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 17167 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 17167 Output IDAT size = 17167 bytes (6011 bytes decrease) Output file size = 17245 bytes (6035 bytes = 25.92% decrease) --- finished re-building ‘scatter.Rmd’ --- re-building ‘t-test.Rmd’ using rmarkdown --- finished re-building ‘t-test.Rmd’ --- re-building ‘table.Rmd’ using rmarkdown --- finished re-building ‘table.Rmd’ --- re-building ‘violin.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-4-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 33793 bytes Input file size = 33919 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29838 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29838 Output IDAT size = 29838 bytes (3955 bytes decrease) Output file size = 29916 bytes (4003 bytes = 11.80% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-6-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 41247 bytes Input file size = 41385 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 34614 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 34614 Output IDAT size = 34614 bytes (6633 bytes decrease) Output file size = 34692 bytes (6693 bytes = 16.17% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-7-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 33483 bytes Input file size = 33609 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29375 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29375 Output IDAT size = 29375 bytes (4108 bytes decrease) Output file size = 29453 bytes (4156 bytes = 12.37% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-8-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 33443 bytes Input file size = 33569 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29376 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29376 Output IDAT size = 29376 bytes (4067 bytes decrease) Output file size = 29454 bytes (4115 bytes = 12.26% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-9-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 33750 bytes Input file size = 33876 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 28765 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 28765 Output IDAT size = 28765 bytes (4985 bytes decrease) Output file size = 28843 bytes (5033 bytes = 14.86% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-10-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 33125 bytes Input file size = 33251 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 28998 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 28998 Output IDAT size = 28998 bytes (4127 bytes decrease) Output file size = 29076 bytes (4175 bytes = 12.56% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-11-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 34000 bytes Input file size = 34126 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 30195 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 30195 Output IDAT size = 30195 bytes (3805 bytes decrease) Output file size = 30273 bytes (3853 bytes = 11.29% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-12-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 35534 bytes Input file size = 35660 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 31293 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 31293 Output IDAT size = 31293 bytes (4241 bytes decrease) Output file size = 31371 bytes (4289 bytes = 12.03% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-13-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 33350 bytes Input file size = 33476 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29185 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29185 Output IDAT size = 29185 bytes (4165 bytes decrease) Output file size = 29263 bytes (4213 bytes = 12.59% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-14-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 30301 bytes Input file size = 30415 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27276 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27276 Output IDAT size = 27276 bytes (3025 bytes decrease) Output file size = 27354 bytes (3061 bytes = 10.06% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-15-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 36367 bytes Input file size = 36493 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 31406 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 31406 Output IDAT size = 31406 bytes (4961 bytes decrease) Output file size = 31484 bytes (5009 bytes = 13.73% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-16-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 49628 bytes Input file size = 49778 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 45924 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 45924 Output IDAT size = 45924 bytes (3704 bytes decrease) Output file size = 46002 bytes (3776 bytes = 7.59% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-17-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 35264 bytes Input file size = 35390 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 30245 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 30245 Output IDAT size = 30245 bytes (5019 bytes decrease) Output file size = 30323 bytes (5067 bytes = 14.32% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-18-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 20964 bytes Input file size = 21066 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18839 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18839 Output IDAT size = 18839 bytes (2125 bytes decrease) Output file size = 18917 bytes (2149 bytes = 10.20% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-19-1.png 672x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 44312 bytes Input file size = 44450 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 34607 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 34607 Output IDAT size = 34607 bytes (9705 bytes decrease) Output file size = 34685 bytes (9765 bytes = 21.97% decrease) ** Processing: /home/hornik/tmp/CRAN_recheck/rempsyc.Rcheck/vign_test/rempsyc/vignettes/violin_files/figure-html/unnamed-chunk-21-1.png 768x672 pixels, 3x8 bits/pixel, RGB Input IDAT size = 57596 bytes Input file size = 57758 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 54569 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 54569 Output IDAT size = 54569 bytes (3027 bytes decrease) Output file size = 54647 bytes (3111 bytes = 5.39% decrease) --- finished re-building ‘violin.Rmd’ SUMMARY: processing the following file failed: ‘assumptions.Rmd’ Error: Vignette re-building failed. Execution halted Package: see Check: examples New result: ERROR Running examples in ‘see-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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 Package: see Check: tests New result: ERROR Running ‘testthat.R’ [38s/19s] 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 2 | 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.check_dag.R:17:3', 'test-plot.check_dag.R:68:3', 'test-plot.check_dag.R:90:3', 'test-plot.compare_parameters.R:20: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_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 2 | SKIP 17 | PASS 32 ] Error: Test failures Execution halted