R Under development (unstable) (2024-10-22 r87265 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library("testthat") > library("papaja") Loading required package: tinylabels > > test_check("papaja") # weights: 11 (10 variable) initial value 131.004817 iter 10 value 18.950613 iter 20 value 1.688044 iter 30 value 0.191850 iter 40 value 0.157681 iter 50 value 0.144956 iter 60 value 0.140122 iter 70 value 0.126855 iter 80 value 0.121665 iter 90 value 0.119362 iter 100 value 0.114966 final value 0.114966 stopped after 100 iterations [ FAIL 0 | WARN 0 | SKIP 10 | PASS 2518 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (7): 'test-generate_author_yml.R:18:5', 'test_apa_print_merMod.R:6:5', 'test_apa_print_merMod.R:117:5', 'test_apa_print_model_comp.R:83:5', 'test_apa_table.R:19:5', 'test_custom_effect_sizes.R:109:5', 'test_skeleton.R:4:5' • Structure of glht output not decided, yet. (2): 'test_apa_print_glht.R:7:5', 'test_apa_print_glht.R:36:5' • emtrends() is not yet supported. (1): 'test_apa_print_emm_lsm.R:936:5' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 2518 ] > > proc.time() user system elapsed 37.71 1.70 39.79