Last updated on 2026-07-15 23:51:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.2 | 8.88 | 102.40 | 111.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.2 | 4.75 | 71.23 | 75.98 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8.2 | 14.00 | 154.17 | 168.17 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.2 | 72.38 | ERROR | |||
| r-devel-windows-x86_64 | 0.8.2 | 10.00 | 127.00 | 137.00 | OK | |
| r-patched-linux-x86_64 | 0.8.2 | 7.52 | 92.44 | 99.96 | OK | |
| r-release-linux-x86_64 | 0.8.2 | 7.37 | 94.73 | 102.10 | OK | |
| r-release-macos-arm64 | 0.8.2 | 2.00 | 32.00 | 34.00 | OK | |
| r-release-macos-x86_64 | 0.8.2 | 6.00 | 142.00 | 148.00 | OK | |
| r-release-windows-x86_64 | 0.8.2 | 10.00 | 130.00 | 140.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.2 | 2.00 | 36.00 | 38.00 | OK | |
| r-oldrel-macos-x86_64 | 0.8.2 | 6.00 | 153.00 | 159.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.2 | 14.00 | 156.00 | 170.00 | OK |
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(testflow)
>
> test_check("testflow")
Saving _problems/test-assumptions-repeated-3.R
Saving _problems/test-assumptions-structure-19.R
Saving _problems/test-print-77.R
Saving _problems/test-test-repeated-9.R
Saving _problems/test-test-repeated-26.R
[ FAIL 5 | WARN 0 | SKIP 0 | PASS 146 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-assumptions-repeated.R:3:3'): repeated workflow reports sphericity note ──
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(...) at test-assumptions-repeated.R:3:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
── Error ('test-assumptions-structure.R:4:3'): workflows return non-empty assumptions and print Assumptions ──
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(...) at test-assumptions-structure.R:4:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
── Error ('test-print.R:77:3'): wide repeated workflow prints measure labels ───
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(...) at test-print.R:77:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
── Error ('test-test-repeated.R:9:3'): test_repeated uses repeated-measures ANOVA when normality passes ──
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(dat, c(t1, t2, t3), id = id) at test-test-repeated.R:9:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
── Error ('test-test-repeated.R:26:3'): test_repeated uses Friedman and paired Wilcoxon when normality fails ──
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(dat, c(t1, t2, t3), id = id) at test-test-repeated.R:26:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
[ FAIL 5 | WARN 0 | SKIP 0 | PASS 146 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘effect-size-formulas.Rmd’ using rmarkdown
--- finished re-building ‘effect-size-formulas.Rmd’
--- re-building ‘getting-started.Rmd’ using rmarkdown
--- finished re-building ‘getting-started.Rmd’
--- re-building ‘statistical-test-workflows.Rmd’ using rmarkdown
Quitting from statistical-test-workflows.Rmd:52-54 [unnamed-chunk-7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (...) NULL`:
! missing value where TRUE/FALSE needed
---
Backtrace:
x
1. \-testflow::test_repeated(...)
2. \-testflow:::repeated_core(...)
3. \-testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. +-base::summary(fit)
5. \-stats:::summary.aovlist(fit)
6. +-base::do.call("summary", c(list(object = object[[i]]), dots))
7. +-base::summary(object = `<aov>`)
8. \-stats::summary.aov(object = `<aov>`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'statistical-test-workflows.Rmd' failed with diagnostics:
missing value where TRUE/FALSE needed
--- failed re-building ‘statistical-test-workflows.Rmd’
SUMMARY: processing the following file failed:
‘statistical-test-workflows.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(testflow)
>
> test_check("testflow")
Saving _problems/test-assumptions-repeated-3.R
Saving _problems/test-assumptions-structure-19.R
Saving _problems/test-print-77.R
Saving _problems/test-test-repeated-9.R
Saving _problems/test-test-repeated-26.R
[ FAIL 5 | WARN 0 | SKIP 0 | PASS 146 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-assumptions-repeated.R:3:3'): repeated workflow reports sphericity note ──
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(...) at test-assumptions-repeated.R:3:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
── Error ('test-assumptions-structure.R:4:3'): workflows return non-empty assumptions and print Assumptions ──
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(...) at test-assumptions-structure.R:4:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
── Error ('test-print.R:77:3'): wide repeated workflow prints measure labels ───
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(...) at test-print.R:77:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
── Error ('test-test-repeated.R:9:3'): test_repeated uses repeated-measures ANOVA when normality passes ──
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(dat, c(t1, t2, t3), id = id) at test-test-repeated.R:9:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
── Error ('test-test-repeated.R:26:3'): test_repeated uses Friedman and paired Wilcoxon when normality fails ──
Error in `if (is.finite(resvar) && resvar < (mean(fitted)^2 + var(c(fitted))) * 1e-30) perfect.fit[y] <- TRUE`: missing value where TRUE/FALSE needed
Backtrace:
▆
1. └─testflow::test_repeated(dat, c(t1, t2, t3), id = id) at test-test-repeated.R:26:3
2. └─testflow:::repeated_core(...)
3. └─testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. ├─base::summary(fit)
5. └─stats:::summary.aovlist(fit)
6. ├─base::do.call("summary", c(list(object = object[[i]]), dots))
7. ├─base::summary(object = `<aov>`)
8. └─stats::summary.aov(object = `<aov>`)
[ FAIL 5 | WARN 0 | SKIP 0 | PASS 146 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.8.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘effect-size-formulas.Rmd’ using rmarkdown
--- finished re-building ‘effect-size-formulas.Rmd’
--- re-building ‘getting-started.Rmd’ using rmarkdown
--- finished re-building ‘getting-started.Rmd’
--- re-building ‘statistical-test-workflows.Rmd’ using rmarkdown
Quitting from statistical-test-workflows.Rmd:52-54 [unnamed-chunk-7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (...) NULL`:
! missing value where TRUE/FALSE needed
---
Backtrace:
x
1. \-testflow::test_repeated(...)
2. \-testflow:::repeated_core(...)
3. \-testflow:::repeated_anova_test(df, outcome_nm, within_nm, id_nm)
4. +-base::summary(fit)
5. \-stats:::summary.aovlist(fit)
6. +-base::do.call("summary", c(list(object = object[[i]]), dots))
7. +-base::summary(object = `<aov>`)
8. \-stats::summary.aov(object = `<aov>`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'statistical-test-workflows.Rmd' failed with diagnostics:
missing value where TRUE/FALSE needed
--- failed re-building ‘statistical-test-workflows.Rmd’
SUMMARY: processing the following file failed:
‘statistical-test-workflows.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc