Last updated on 2025-09-05 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 10.57 | 191.24 | 201.81 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 6.70 | 125.51 | 132.21 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 331.96 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 327.03 | ERROR | |||
r-devel-windows-x86_64 | 0.1.3 | 15.00 | 187.00 | 202.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.3 | 11.80 | 177.79 | 189.59 | OK | |
r-release-linux-x86_64 | 0.1.3 | 10.11 | 181.32 | 191.43 | OK | |
r-release-macos-arm64 | 0.1.3 | 79.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 189.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 16.00 | 187.00 | 203.00 | OK | |
r-oldrel-macos-arm64 | 0.1.3 | 84.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 158.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.3 | 22.00 | 240.00 | 262.00 | OK |
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [62s/81s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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 1 | WARN 0 | SKIP 10 | PASS 2517 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_apa_print_htest.R:181:5'): Wilcoxon tests ────────────────────
wilcox_test_output$full not identical to "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .007$".
1/1 mismatches
x[1]: "$\\mathit{Mdn}^* = 1.50$, 96\\% CI $[0.35, 2.65]$, $V = 162.50$, $p = .00
x[1]: 7$"
y[1]: "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .00
y[1]: 7$"
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 2517 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘papaja-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: apa_print.list
> ### Title: Typeset Statistical Results from Linear-Model Comparisons
> ### Aliases: apa_print.list
>
> ### ** Examples
>
> mod1 <- lm(Sepal.Length ~ Sepal.Width, data = iris)
> mod2 <- update(mod1, formula = . ~ . + Petal.Length)
> mod3 <- update(mod2, formula = . ~ . + Petal.Width)
>
> # No bootstrapped Delta R^2 CI
> apa_print(list(Baseline = mod1, Length = mod2, Both = mod3), boot_samples = 0)
Error in ll(object) : could not find function "ll"
Calls: apa_print ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [38s/47s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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 4 | WARN 0 | SKIP 9 | PASS 2429 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-generate_author_yml.R:18:5',
'test_apa_print_merMod.R:6:5', 'test_apa_print_merMod.R:117: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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_apa_print_htest.R:181:5'): Wilcoxon tests ────────────────────
wilcox_test_output$full not identical to "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .007$".
1/1 mismatches
x[1]: "$\\mathit{Mdn}^* = 1.50$, 96\\% CI $[0.35, 2.65]$, $V = 176.50$, $p = .00
x[1]: 5$"
y[1]: "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .00
y[1]: 7$"
── Error ('test_apa_print_model_comp.R:12:5'): Linear regression ───────────────
Error in `ll(object)`: could not find function "ll"
Backtrace:
▆
1. ├─papaja::apa_print(...) at test_apa_print_model_comp.R:12:5
2. ├─papaja:::apa_print.list(...)
3. │ └─papaja:::print_model_comp(...)
4. │ └─base::lapply(models, broom::glance)
5. │ ├─generics (local) FUN(X[[i]], ...)
6. │ └─broom:::glance.lm(X[[i]], ...)
7. │ ├─base::with(...)
8. │ └─base::with.default(...)
9. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
10. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
11. │ └─tibble::tibble(...)
12. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
13. │ └─rlang::eval_tidy(xs[[j]], mask)
14. ├─stats::AIC(x)
15. └─stats:::AIC.default(x)
── Error ('test_apa_print_model_comp.R:126:5'): Deprecated 'ci' argument ───────
Error in `ll(object)`: could not find function "ll"
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test_apa_print_model_comp.R:126:5
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─papaja::apa_print(list(mod1, mod2), boot_samples = 0L, ci = 0.96)
7. ├─papaja:::apa_print.list(...)
8. │ └─papaja:::print_model_comp(...)
9. │ └─base::lapply(models, broom::glance)
10. │ ├─generics (local) FUN(X[[i]], ...)
11. │ └─broom:::glance.lm(X[[i]], ...)
12. │ ├─base::with(...)
13. │ └─base::with.default(...)
14. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
15. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
16. │ └─tibble::tibble(...)
17. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
18. │ └─rlang::eval_tidy(xs[[j]], mask)
19. ├─stats::AIC(x)
20. └─stats:::AIC.default(x)
── Error ('test_apa_print_model_comp.R:151:5'): Model comparisons: Many models ──
Error in `ll(object)`: could not find function "ll"
Backtrace:
▆
1. ├─papaja::apa_print(models, boot_samples = 0L) at test_apa_print_model_comp.R:151:5
2. ├─papaja:::apa_print.list(models, boot_samples = 0L)
3. │ └─papaja:::print_model_comp(...)
4. │ └─base::lapply(models, broom::glance)
5. │ ├─generics (local) FUN(X[[i]], ...)
6. │ └─broom:::glance.lm(X[[i]], ...)
7. │ ├─base::with(...)
8. │ └─base::with.default(...)
9. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
10. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
11. │ └─tibble::tibble(...)
12. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
13. │ └─rlang::eval_tidy(xs[[j]], mask)
14. ├─stats::AIC(x)
15. └─stats:::AIC.default(x)
[ FAIL 4 | WARN 0 | SKIP 9 | PASS 2429 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘extending_apa_print.Rmd’ using rmarkdown
Quitting from extending_apa_print.Rmd:222-240 [tidy-results]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `ll()`:
! could not find function "ll"
---
Backtrace:
▆
1. ├─generics::glance(lm_fit)
2. ├─broom:::glance.lm(lm_fit)
3. │ ├─base::with(...)
4. │ └─base::with.default(...)
5. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
6. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
7. │ └─tibble::tibble(...)
8. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
9. │ └─rlang::eval_tidy(xs[[j]], mask)
10. ├─stats::AIC(x)
11. └─stats:::AIC.default(x)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'extending_apa_print.Rmd' failed with diagnostics:
could not find function "ll"
--- failed re-building ‘extending_apa_print.Rmd’
--- re-building ‘papaja.pdf.asis’ using asis
--- finished re-building ‘papaja.pdf.asis’
SUMMARY: processing the following file failed:
‘extending_apa_print.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [109s/461s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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 1 | WARN 0 | SKIP 10 | PASS 2517 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_apa_print_htest.R:181:5'): Wilcoxon tests ────────────────────
wilcox_test_output$full not identical to "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .007$".
1/1 mismatches
x[1]: "$\\mathit{Mdn}^* = 1.50$, 96\\% CI $[0.35, 2.65]$, $V = 162.50$, $p = .00
x[1]: 7$"
y[1]: "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .00
y[1]: 7$"
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 2517 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [101s/422s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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 1 | WARN 0 | SKIP 10 | PASS 2517 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_apa_print_htest.R:181:5'): Wilcoxon tests ────────────────────
wilcox_test_output$full not identical to "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .007$".
1/1 mismatches
x[1]: "$\\mathit{Mdn}^* = 1.50$, 96\\% CI $[0.35, 2.65]$, $V = 162.50$, $p = .00
x[1]: 7$"
y[1]: "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .00
y[1]: 7$"
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 2517 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [50s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> 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 1 | WARN 0 | SKIP 10 | PASS 2517 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_apa_print_htest.R:181:5'): Wilcoxon tests ────────────────────
wilcox_test_output$full not identical to "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .007$".
1/1 mismatches
x[1]: "$\\mathit{Mdn}^* = 1.50$, 96\\% CI $[0.35, 2.65]$, $V = 162.50$, $p = .00
x[1]: 7$"
y[1]: "$\\mathit{Mdn}^* = 1.60$, 96\\% CI $[0.40, 2.70]$, $V = 162.50$, $p = .00
y[1]: 7$"
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 2517 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64