Last updated on 2025-01-22 14:52:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.9 | 10.74 | 98.06 | 108.80 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.9 | 7.21 | 69.15 | 76.36 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.9 | 179.31 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.9 | 194.59 | OK | |||
r-devel-windows-x86_64 | 0.5.9 | 11.00 | 369.00 | 380.00 | ERROR | |
r-patched-linux-x86_64 | 0.5.9 | 11.35 | 92.88 | 104.23 | OK | |
r-release-linux-x86_64 | 0.5.9 | 10.42 | 91.38 | 101.80 | OK | |
r-release-macos-arm64 | 0.5.9 | 66.00 | OK | |||
r-release-macos-x86_64 | 0.5.9 | 168.00 | OK | |||
r-release-windows-x86_64 | 0.5.9 | 12.00 | 361.00 | 373.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.9 | 76.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.9 | 130.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.9 | 15.00 | 449.00 | 464.00 | ERROR |
Version: 0.5.9
Check: tests
Result: ERROR
Running 'testthat.R' [249s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # Generate snapshots only on Windows to avoid having to generate snapshot variant
> # corresponding to each OS (#312).
> #
> # This is especially important for Bayesian models where the results can be different
> # across OS, and there is no way to specify a threshold when it comes to snapshots
> # since the values included are of character type.
> if (tolower(Sys.info()[["sysname"]]) == "windows") {
+ library(testthat)
+
+ test_check("report")
+ }
Loading required package: report
Start sampling
boundary (singular) fit: see help('isSingular')
[ FAIL 2 | WARN 1 | SKIP 41 | PASS 118 ]
══ Skipped tests (41) ══════════════════════════════════════════════════════════
• On CRAN (39): 'test-report.aov.R:64:3', 'test-report.data.frame.R:37:3',
'test-report.data.frame.R:76:3', 'test-report.data.frame.R:87:3',
'test-report.data.frame.R:94:3', 'test-report.htest-chi2.R:6:3',
'test-report.htest-chi2.R:108:3', 'test-report.htest-correlation.R:17:3',
'test-report.htest-fisher.R:12:3', 'test-report.htest-friedman.R:11:3',
'test-report.htest-kruskal.R:5:3', 'test-report.htest-t-test.R:23:3',
'test-report.htest-wilcox.R:7:3', 'test-report.ivreg.R:13:3',
'test-report.lavaan.R:12:3', 'test-report.lavaan.R:16:3',
'test-report.lavaan.R:20:3', 'test-report.lm.R:22:3',
'test-report.lm.R:40:3', 'test-report.lmer.R:20:3',
'test-report.stanreg.R:34:3', 'test-report.survreg.R:10:3',
'test-report_participants.R:51:3', 'test-report_participants.R:131:3',
'test-report_participants.R:155:3', 'test-report_participants.R:171:3',
'test-report_performance.R:79:3', 'test-report_performance.R:120:3',
'test-report_s.R:2:3', 'test-report_sample.R:59:3',
'test-report_sample.R:74:3', 'test-report_sample.R:94:3',
'test-report_sample.R:129:3', 'test-report_sample.R:144:3',
'test-report_sample.R:171:3', 'test-report_sample.R:186:3',
'test-report_sample.R:201:3', 'test-report_sample.R:228:3',
'test-report_sample.R:243:3'
• Skipping because of a .01 decimal difference in snapshots (2):
'test-report.brmsfit.R:34:3', 'test-report.lm.R:6:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-report_sample.R:261:3'): report_sample, with more than one grouping variable ──
Error: Argument `data` must be a data frame.
Backtrace:
▆
1. └─report::report_sample(...) at test-report_sample.R:261:3
2. └─datawizard::data_rename(result, pattern = old_names, replacement = new_names)
3. └─insight::format_error("Argument `data` must be a data frame.")
4. └─insight::format_alert(..., type = "error")
── Error ('test-report_sample.R:290:3'): report_sample, print vertical ─────────
Error: Argument `data` must be a data frame.
Backtrace:
▆
1. └─report::report_sample(iris_grp, select = 1:3) at test-report_sample.R:290:3
2. └─datawizard::data_rename(result, pattern = old_names, replacement = new_names)
3. └─insight::format_error("Argument `data` must be a data frame.")
4. └─insight::format_alert(..., type = "error")
[ FAIL 2 | WARN 1 | SKIP 41 | PASS 118 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.5.9
Check: tests
Result: ERROR
Running 'testthat.R' [244s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # Generate snapshots only on Windows to avoid having to generate snapshot variant
> # corresponding to each OS (#312).
> #
> # This is especially important for Bayesian models where the results can be different
> # across OS, and there is no way to specify a threshold when it comes to snapshots
> # since the values included are of character type.
> if (tolower(Sys.info()[["sysname"]]) == "windows") {
+ library(testthat)
+
+ test_check("report")
+ }
Loading required package: report
Start sampling
boundary (singular) fit: see help('isSingular')
[ FAIL 2 | WARN 1 | SKIP 41 | PASS 118 ]
══ Skipped tests (41) ══════════════════════════════════════════════════════════
• On CRAN (39): 'test-report.aov.R:64:3', 'test-report.data.frame.R:37:3',
'test-report.data.frame.R:76:3', 'test-report.data.frame.R:87:3',
'test-report.data.frame.R:94:3', 'test-report.htest-chi2.R:6:3',
'test-report.htest-chi2.R:108:3', 'test-report.htest-correlation.R:17:3',
'test-report.htest-fisher.R:12:3', 'test-report.htest-friedman.R:11:3',
'test-report.htest-kruskal.R:5:3', 'test-report.htest-t-test.R:23:3',
'test-report.htest-wilcox.R:7:3', 'test-report.ivreg.R:13:3',
'test-report.lavaan.R:12:3', 'test-report.lavaan.R:16:3',
'test-report.lavaan.R:20:3', 'test-report.lm.R:22:3',
'test-report.lm.R:40:3', 'test-report.lmer.R:20:3',
'test-report.stanreg.R:34:3', 'test-report.survreg.R:10:3',
'test-report_participants.R:51:3', 'test-report_participants.R:131:3',
'test-report_participants.R:155:3', 'test-report_participants.R:171:3',
'test-report_performance.R:79:3', 'test-report_performance.R:120:3',
'test-report_s.R:2:3', 'test-report_sample.R:59:3',
'test-report_sample.R:74:3', 'test-report_sample.R:94:3',
'test-report_sample.R:129:3', 'test-report_sample.R:144:3',
'test-report_sample.R:171:3', 'test-report_sample.R:186:3',
'test-report_sample.R:201:3', 'test-report_sample.R:228:3',
'test-report_sample.R:243:3'
• Skipping because of a .01 decimal difference in snapshots (2):
'test-report.brmsfit.R:34:3', 'test-report.lm.R:6:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-report_sample.R:261:3'): report_sample, with more than one grouping variable ──
Error: Argument `data` must be a data frame.
Backtrace:
▆
1. └─report::report_sample(...) at test-report_sample.R:261:3
2. └─datawizard::data_rename(result, pattern = old_names, replacement = new_names)
3. └─insight::format_error("Argument `data` must be a data frame.")
4. └─insight::format_alert(..., type = "error")
── Error ('test-report_sample.R:290:3'): report_sample, print vertical ─────────
Error: Argument `data` must be a data frame.
Backtrace:
▆
1. └─report::report_sample(iris_grp, select = 1:3) at test-report_sample.R:290:3
2. └─datawizard::data_rename(result, pattern = old_names, replacement = new_names)
3. └─insight::format_error("Argument `data` must be a data frame.")
4. └─insight::format_alert(..., type = "error")
[ FAIL 2 | WARN 1 | SKIP 41 | PASS 118 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.5.9
Check: tests
Result: ERROR
Running 'testthat.R' [309s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # Generate snapshots only on Windows to avoid having to generate snapshot variant
> # corresponding to each OS (#312).
> #
> # This is especially important for Bayesian models where the results can be different
> # across OS, and there is no way to specify a threshold when it comes to snapshots
> # since the values included are of character type.
> if (tolower(Sys.info()[["sysname"]]) == "windows") {
+ library(testthat)
+
+ test_check("report")
+ }
Loading required package: report
Start sampling
boundary (singular) fit: see help('isSingular')
[ FAIL 2 | WARN 1 | SKIP 41 | PASS 118 ]
══ Skipped tests (41) ══════════════════════════════════════════════════════════
• On CRAN (39): 'test-report.aov.R:64:3', 'test-report.data.frame.R:37:3',
'test-report.data.frame.R:76:3', 'test-report.data.frame.R:87:3',
'test-report.data.frame.R:94:3', 'test-report.htest-chi2.R:6:3',
'test-report.htest-chi2.R:108:3', 'test-report.htest-correlation.R:17:3',
'test-report.htest-fisher.R:12:3', 'test-report.htest-friedman.R:11:3',
'test-report.htest-kruskal.R:5:3', 'test-report.htest-t-test.R:23:3',
'test-report.htest-wilcox.R:7:3', 'test-report.ivreg.R:13:3',
'test-report.lavaan.R:12:3', 'test-report.lavaan.R:16:3',
'test-report.lavaan.R:20:3', 'test-report.lm.R:22:3',
'test-report.lm.R:40:3', 'test-report.lmer.R:20:3',
'test-report.stanreg.R:34:3', 'test-report.survreg.R:10:3',
'test-report_participants.R:51:3', 'test-report_participants.R:131:3',
'test-report_participants.R:155:3', 'test-report_participants.R:171:3',
'test-report_performance.R:79:3', 'test-report_performance.R:120:3',
'test-report_s.R:2:3', 'test-report_sample.R:59:3',
'test-report_sample.R:74:3', 'test-report_sample.R:94:3',
'test-report_sample.R:129:3', 'test-report_sample.R:144:3',
'test-report_sample.R:171:3', 'test-report_sample.R:186:3',
'test-report_sample.R:201:3', 'test-report_sample.R:228:3',
'test-report_sample.R:243:3'
• Skipping because of a .01 decimal difference in snapshots (2):
'test-report.brmsfit.R:34:3', 'test-report.lm.R:6:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-report_sample.R:261:3'): report_sample, with more than one grouping variable ──
Error: Argument `data` must be a data frame.
Backtrace:
▆
1. └─report::report_sample(...) at test-report_sample.R:261:3
2. └─datawizard::data_rename(result, pattern = old_names, replacement = new_names)
3. └─insight::format_error("Argument `data` must be a data frame.")
4. └─insight::format_alert(..., type = "error")
── Error ('test-report_sample.R:290:3'): report_sample, print vertical ─────────
Error: Argument `data` must be a data frame.
Backtrace:
▆
1. └─report::report_sample(iris_grp, select = 1:3) at test-report_sample.R:290:3
2. └─datawizard::data_rename(result, pattern = old_names, replacement = new_names)
3. └─insight::format_error("Argument `data` must be a data frame.")
4. └─insight::format_alert(..., type = "error")
[ FAIL 2 | WARN 1 | SKIP 41 | PASS 118 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.