CRAN Package Check Results for Maintainer ‘Daniel Lüdecke <d.luedecke at uke.de>’

Last updated on 2024-06-07 00:54:20 CEST.

Package ERROR NOTE OK
easystats 3 10
esc 1 12
ggeffects 1 12
insight 1 1 11
parameters 3 10
performance 2 1 10
sjlabelled 13
sjmisc 13
sjPlot 1 12
sjstats 1 12

Package easystats

Current CRAN status: ERROR: 3, OK: 10

Version: 0.7.1
Check: examples
Result: ERROR Running examples in ‘easystats-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: install_suggested > ### Title: Download all suggested packages > ### Aliases: install_suggested show_suggested show_reverse_dependencies > > ### ** Examples > > ## Don't show: > if (require("xml2", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + + # download all suggested packages + if (FALSE) { + install_suggested("easystats") + } + + # listing all reverse dependencies of easystats packages + show_reverse_dependencies() + + # listing all soft/weak dependencies of easystats packages + show_suggested() + ## Don't show: + }) # examplesIf > if (FALSE) { + install_suggested("easystats") + } > show_reverse_dependencies() Error in elements$html$body$div[[15]][[1]][[3]] : subscript out of bounds Calls: <Anonymous> ... <Anonymous> -> is.data.frame -> .find_reverse_dependencies Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.7.1
Check: examples
Result: ERROR Running examples in 'easystats-Ex.R' failed The error most likely occurred in: > ### Name: install_suggested > ### Title: Download all suggested packages > ### Aliases: install_suggested show_suggested show_reverse_dependencies > > ### ** Examples > > ## Don't show: > if (require("xml2", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + + # download all suggested packages + if (FALSE) { + install_suggested("easystats") + } + + # listing all reverse dependencies of easystats packages + show_reverse_dependencies() + + # listing all soft/weak dependencies of easystats packages + show_suggested() + ## Don't show: + }) # examplesIf > if (FALSE) { + install_suggested("easystats") + } > show_reverse_dependencies() Error in elements$html$body$div[[15]][[1]][[3]] : subscript out of bounds Calls: <Anonymous> ... <Anonymous> -> is.data.frame -> .find_reverse_dependencies Execution halted Flavor: r-release-windows-x86_64

Package esc

Current CRAN status: NOTE: 1, OK: 12

Version: 0.5.1
Check: Rd cross-references
Result: NOTE Undeclared package ‘metafor’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Package ggeffects

Current CRAN status: NOTE: 1, OK: 12

Version: 1.6.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘rstanarm’ Flavor: r-release-linux-x86_64

Package insight

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 0.19.11
Check: tests
Result: ERROR Running ‘testthat.R’ [85s/53s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(insight) > test_check("insight") Starting 2 test processes Error in `private$handle_error()`: ! testthat subprocess exited in file `test-fixest.R` Caused by error: ! R session crashed with exit code -11 Backtrace: ▆ 1. └─testthat::test_check("insight") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.19.11
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'metaBMA', 'rstanarm' Flavor: r-release-linux-x86_64

Package parameters

Current CRAN status: NOTE: 3, OK: 10

Version: 0.21.7
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘BayesFM’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Version: 0.21.7
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'metaBMA', 'rstanarm' Flavor: r-release-linux-x86_64

Package performance

Current CRAN status: ERROR: 2, NOTE: 1, OK: 10

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [110s/62s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(performance) > > test_check("performance") Starting 2 test processes [ FAIL 1 | WARN 137 | SKIP 52 | PASS 332 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-bootstrapped_icc_ci.R:2:3', 'test-bootstrapped_icc_ci.R:44:3', 'test-binned_residuals.R:137:3', 'test-binned_residuals.R:164:3', 'test-check_distribution.R:35:3', 'test-check_collinearity.R:178:3', 'test-check_collinearity.R:215:3', 'test-check_itemscale.R:28:3', 'test-check_model.R:1:1', 'test-check_predictions.R:2:1', 'test-check_residuals.R:2:3', 'test-check_singularity.R:2:3', 'test-check_singularity.R:23:3', 'test-check_zeroinflation.R:75:3', 'test-helpers.R:1:1', 'test-icc.R:4:3', 'test-icc.R:10:3', 'test-icc.R:28:3', 'test-icc.R:40:3', 'test-icc.R:57:3', 'test-icc.R:71:3', 'test-icc.R:89:3', 'test-icc.R:120:3', 'test-icc.R:131:3', 'test-logLik.R:1:1', 'test-mclogit.R:53:3', 'test-model_performance.bayesian.R:2:3', 'test-model_performance.bayesian.R:34:3', 'test-model_performance.bayesian.R:75:3', 'test-model_performance.merMod.R:2:3', 'test-model_performance.merMod.R:22:3', 'test-model_performance.rma.R:33:3', 'test-pkg-ivreg.R:8:3', 'test-r2_nakagawa.R:19:1', 'test-test_likelihoodratio.R:55:1', 'test-check_outliers.R:110:3' • On Linux (3): 'test-nestedLogit.R:1:1', 'test-r2_bayes.R:1:1', 'test-test_wald.R:1:1' • getRversion() > "4.3.3" is TRUE (13): 'test-check_convergence.R:32:3', 'test-check_collinearity.R:27:3', 'test-check_collinearity.R:54:3', 'test-check_normality.R:38:3', 'test-check_overdispersion.R:2:3', 'test-check_overdispersion.R:53:3', 'test-check_overdispersion.R:81:3', 'test-check_overdispersion.R:186:3', 'test-check_zeroinflation.R:2:3', 'test-check_zeroinflation.R:25:3', 'test-check_zeroinflation.R:112:3', 'test-check_zeroinflation.R:169:3', 'test-r2.R:49:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-check_outliers.R:258:3'): multiple methods with ID ─────────── x$outlier_count$all$car[1] (`actual`) not identical to "Maserati Bora" (`expected`). `actual`: "Toyota Corolla" `expected`: "Maserati Bora" [ FAIL 1 | WARN 137 | SKIP 52 | PASS 332 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.11.0
Check: tests
Result: ERROR Running ‘testthat.R’ [100s/62s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(performance) > > test_check("performance") Starting 2 test processes [ FAIL 1 | WARN 137 | SKIP 52 | PASS 332 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-bootstrapped_icc_ci.R:2:3', 'test-bootstrapped_icc_ci.R:44:3', 'test-binned_residuals.R:137:3', 'test-binned_residuals.R:164:3', 'test-check_distribution.R:35:3', 'test-check_collinearity.R:178:3', 'test-check_collinearity.R:215:3', 'test-check_itemscale.R:28:3', 'test-check_model.R:1:1', 'test-check_predictions.R:2:1', 'test-check_residuals.R:2:3', 'test-check_singularity.R:2:3', 'test-check_singularity.R:23:3', 'test-check_zeroinflation.R:75:3', 'test-helpers.R:1:1', 'test-icc.R:4:3', 'test-icc.R:10:3', 'test-icc.R:28:3', 'test-icc.R:40:3', 'test-icc.R:57:3', 'test-icc.R:71:3', 'test-icc.R:89:3', 'test-icc.R:120:3', 'test-icc.R:131:3', 'test-logLik.R:1:1', 'test-mclogit.R:53:3', 'test-model_performance.bayesian.R:2:3', 'test-model_performance.bayesian.R:34:3', 'test-model_performance.bayesian.R:75:3', 'test-model_performance.merMod.R:2:3', 'test-model_performance.merMod.R:22:3', 'test-model_performance.rma.R:33:3', 'test-pkg-ivreg.R:8:3', 'test-r2_nakagawa.R:19:1', 'test-test_likelihoodratio.R:55:1', 'test-check_outliers.R:110:3' • On Linux (3): 'test-nestedLogit.R:1:1', 'test-r2_bayes.R:1:1', 'test-test_wald.R:1:1' • getRversion() > "4.3.3" is TRUE (13): 'test-check_convergence.R:32:3', 'test-check_collinearity.R:27:3', 'test-check_collinearity.R:54:3', 'test-check_normality.R:38:3', 'test-check_overdispersion.R:2:3', 'test-check_overdispersion.R:53:3', 'test-check_overdispersion.R:81:3', 'test-check_overdispersion.R:186:3', 'test-check_zeroinflation.R:2:3', 'test-check_zeroinflation.R:25:3', 'test-check_zeroinflation.R:112:3', 'test-check_zeroinflation.R:169:3', 'test-r2.R:49:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-check_outliers.R:258:3'): multiple methods with ID ─────────── x$outlier_count$all$car[1] (`actual`) not identical to "Maserati Bora" (`expected`). `actual`: "Toyota Corolla" `expected`: "Maserati Bora" [ FAIL 1 | WARN 137 | SKIP 52 | PASS 332 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.11.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘rstanarm’ Flavor: r-release-linux-x86_64

Package sjlabelled

Current CRAN status: OK: 13

Package sjmisc

Current CRAN status: OK: 13

Package sjPlot

Current CRAN status: NOTE: 1, OK: 12

Version: 2.8.16
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘rstanarm’ Flavor: r-release-linux-x86_64

Package sjstats

Current CRAN status: NOTE: 1, OK: 12

Version: 0.19.0
Check: Rd cross-references
Result: NOTE Undeclared package ‘modelr’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang