Last updated on 2026-04-30 09:53:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.13.0 | 12.71 | 311.30 | 324.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.13.0 | 9.61 | 212.12 | 221.73 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.13.0 | 23.00 | 530.57 | 553.57 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.13.0 | 12.00 | 249.17 | 261.17 | ERROR | |
| r-devel-windows-x86_64 | 0.13.0 | 18.00 | 249.00 | 267.00 | OK | |
| r-patched-linux-x86_64 | 0.13.0 | 14.96 | 293.72 | 308.68 | OK | |
| r-release-linux-x86_64 | 0.13.0 | 12.43 | 286.61 | 299.04 | OK | |
| r-release-macos-arm64 | 0.13.0 | 3.00 | 52.00 | 55.00 | OK | |
| r-release-macos-x86_64 | 0.13.0 | 10.00 | 232.00 | 242.00 | OK | |
| r-release-windows-x86_64 | 0.13.0 | 17.00 | 245.00 | 262.00 | OK | |
| r-oldrel-macos-arm64 | 0.13.0 | 3.00 | 51.00 | 54.00 | OK | |
| r-oldrel-macos-x86_64 | 0.13.0 | 10.00 | 220.00 | 230.00 | OK | |
| r-oldrel-windows-x86_64 | 0.13.0 | 23.00 | 333.00 | 356.00 | OK |
Version: 0.13.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [259s/328s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # graphics engine changed in R 4.4, and so snapshots generated on
> # previous R version won't work
> if (getRversion() >= "4.4.0") {
+ library(testthat)
+ library(see)
+
+ test_check("see")
+ }
Starting 2 test processes.
> test-performance_large_datasets.R: Ignoring unknown labels:
> test-performance_large_datasets.R: * size : ""
> test-plot.check_normality.R: [[1]]
> test-plot.check_normality.R:
> test-plot.check_normality.R: Loading required namespace: GPArotation
> test-plot.compare_parameters.R: boundary (singular) fit: see help('isSingular')
Saving _problems/test-plot.dw_data_tabulate-2.R
Saving _problems/test-plot.dw_data_tabulate-7.R
> test-plot.parameters_model.R: Ignoring unknown labels:
> test-plot.parameters_model.R: * colour : "CI"
> test-plot.performance_pp_check.R: Ignoring unknown labels:
> test-plot.performance_pp_check.R: * size : ""
[ FAIL 2 | WARN 0 | SKIP 36 | PASS 38 ]
══ Skipped tests (36) ══════════════════════════════════════════════════════════
• Fails at retrieving data (1): 'test-plot.simulate_parameters.R:1:1'
• On CRAN (34): 'test-check_model.R:2:3', 'test-geom_binomdensity.R:1:1',
'test-plot.check_collinearity.R:1:1',
'test-performance_large_datasets.R:36:3',
'test-performance_large_datasets.R:66:3', 'test-plot.check_normality.R:1:1',
'test-plot.check_normality.R:46:1', 'test-plot.check_outliers.R:82:1',
'test-plot.compare_parameters.R:1:1', 'test-plot.effectsize_table.R:1:1',
'test-plot.estimate_density.R:12:1', 'test-plot.estimate_density.R:34:3',
'test-plot.n_factors.R:1:1', 'test-plot.p_direction.R:11:1',
'test-plot.p_significance.R:11:1', 'test-plot.check_dag.R:5:1',
'test-plot.check_dag.R:56:1', 'test-plot.check_dag.R:75:1',
'test-plot.performance_pp_check.R:1:1',
'test-plot.performance_pp_check.R:14:3', 'test-plot.performance_roc.R:1:1',
'test-plot.parameters_model.R:1:1', 'test-plot.parameters_model.R:17:1',
'test-plot.parameters_model.R:54:1', 'test-plot.parameters_model.R:110:1',
'test-plot.parameters_model.R:129:1', 'test-scale_color_colorhex_c.R:1:1',
'test-plots.R:1:1', 'test-scale_color_okabeito.R:1:1',
'test-vdiffr_check_model.R:1:1', 'test-vdiffr_bayestestr_plots.R:1:1',
'test-vdiffr_geoms_coords.R:1:1', 'test-vdiffr_scale_color.R:1:1',
'test-vdiffr_themes.R:3:1'
• On Linux (1): 'test-plot.check_outliers.R:18:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot.dw_data_tabulate.R:2:3'): `plot.datawizard_table()` works with single table ──
Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. ├─datawizard::data_tabulate(mtcars, select = "cyl") at test-plot.dw_data_tabulate.R:2:3
2. └─datawizard:::data_tabulate.data.frame(mtcars, select = "cyl")
3. └─base::lapply(...)
4. └─datawizard (local) FUN(X[[i]], ...)
5. ├─datawizard::data_tabulate(...)
6. └─datawizard:::data_tabulate.default(...)
7. ├─datawizard::data_rename(...)
8. │ └─base::is.data.frame(data)
9. └─base::data.frame(freq_table, stringsAsFactors = FALSE)
10. ├─base::as.data.frame(x[[i]], optional = TRUE)
11. └─base::as.data.frame.table(x[[i]], optional = TRUE)
12. ├─base::eval(ex)
13. │ └─base::eval(ex)
14. └─base::data.frame(...)
15. ├─base::as.data.frame(x[[i]], optional = TRUE)
16. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
── Error ('test-plot.dw_data_tabulate.R:7:3'): `plot.datawizard_table()` works with multiple tables ──
Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. ├─datawizard::data_tabulate(mtcars, select = c("cyl", "carb", "am")) at test-plot.dw_data_tabulate.R:7:3
2. └─datawizard:::data_tabulate.data.frame(...)
3. └─base::lapply(...)
4. └─datawizard (local) FUN(X[[i]], ...)
5. ├─datawizard::data_tabulate(...)
6. └─datawizard:::data_tabulate.default(...)
7. ├─datawizard::data_rename(...)
8. │ └─base::is.data.frame(data)
9. └─base::data.frame(freq_table, stringsAsFactors = FALSE)
10. ├─base::as.data.frame(x[[i]], optional = TRUE)
11. └─base::as.data.frame.table(x[[i]], optional = TRUE)
12. ├─base::eval(ex)
13. │ └─base::eval(ex)
14. └─base::data.frame(...)
15. ├─base::as.data.frame(x[[i]], optional = TRUE)
16. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
[ FAIL 2 | WARN 0 | SKIP 36 | PASS 38 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.13.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [118s/57s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # graphics engine changed in R 4.4, and so snapshots generated on
> # previous R version won't work
> if (getRversion() >= "4.4.0") {
+ library(testthat)
+ library(see)
+
+ test_check("see")
+ }
Starting 2 test processes.
> test-performance_large_datasets.R: Ignoring unknown labels:
> test-performance_large_datasets.R: * size : ""
> test-plot.check_normality.R: [[1]]
> test-plot.check_normality.R:
> test-plot.check_normality.R: Loading required namespace: GPArotation
> test-plot.compare_parameters.R: boundary (singular) fit: see help('isSingular')
Saving _problems/test-plot.dw_data_tabulate-2.R
Saving _problems/test-plot.dw_data_tabulate-7.R
> test-plot.parameters_model.R: Ignoring unknown labels:
> test-plot.parameters_model.R: * colour : "CI"
> test-plot.performance_pp_check.R: Ignoring unknown labels:
> test-plot.performance_pp_check.R: * size : ""
[ FAIL 2 | WARN 0 | SKIP 36 | PASS 38 ]
══ Skipped tests (36) ══════════════════════════════════════════════════════════
• Fails at retrieving data (1): 'test-plot.simulate_parameters.R:1:1'
• On CRAN (34): 'test-check_model.R:2:3', 'test-geom_binomdensity.R:1:1',
'test-performance_large_datasets.R:36:3',
'test-performance_large_datasets.R:66:3',
'test-plot.check_collinearity.R:1:1', 'test-plot.check_normality.R:1:1',
'test-plot.check_normality.R:46:1', 'test-plot.check_outliers.R:82:1',
'test-plot.compare_parameters.R:1:1', 'test-plot.effectsize_table.R:1:1',
'test-plot.estimate_density.R:12:1', 'test-plot.estimate_density.R:34:3',
'test-plot.n_factors.R:1:1', 'test-plot.p_direction.R:11:1',
'test-plot.p_significance.R:11:1', 'test-plot.check_dag.R:5:1',
'test-plot.check_dag.R:56:1', 'test-plot.check_dag.R:75:1',
'test-plot.performance_pp_check.R:1:1',
'test-plot.performance_pp_check.R:14:3', 'test-plot.performance_roc.R:1:1',
'test-plot.parameters_model.R:1:1', 'test-plot.parameters_model.R:17:1',
'test-plot.parameters_model.R:54:1', 'test-plot.parameters_model.R:110:1',
'test-plot.parameters_model.R:129:1', 'test-plots.R:1:1',
'test-scale_color_colorhex_c.R:1:1', 'test-vdiffr_bayestestr_plots.R:1:1',
'test-vdiffr_check_model.R:1:1', 'test-scale_color_okabeito.R:1:1',
'test-vdiffr_geoms_coords.R:1:1', 'test-vdiffr_scale_color.R:1:1',
'test-vdiffr_themes.R:3:1'
• On Linux (1): 'test-plot.check_outliers.R:18:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-plot.dw_data_tabulate.R:2:3'): `plot.datawizard_table()` works with single table ──
Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. ├─datawizard::data_tabulate(mtcars, select = "cyl") at test-plot.dw_data_tabulate.R:2:3
2. └─datawizard:::data_tabulate.data.frame(mtcars, select = "cyl")
3. └─base::lapply(...)
4. └─datawizard (local) FUN(X[[i]], ...)
5. ├─datawizard::data_tabulate(...)
6. └─datawizard:::data_tabulate.default(...)
7. ├─datawizard::data_rename(...)
8. │ └─base::is.data.frame(data)
9. └─base::data.frame(freq_table, stringsAsFactors = FALSE)
10. ├─base::as.data.frame(x[[i]], optional = TRUE)
11. └─base::as.data.frame.table(x[[i]], optional = TRUE)
12. ├─base::eval(ex)
13. │ └─base::eval(ex)
14. └─base::data.frame(...)
15. ├─base::as.data.frame(x[[i]], optional = TRUE)
16. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
── Error ('test-plot.dw_data_tabulate.R:7:3'): `plot.datawizard_table()` works with multiple tables ──
Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. ├─datawizard::data_tabulate(mtcars, select = c("cyl", "carb", "am")) at test-plot.dw_data_tabulate.R:7:3
2. └─datawizard:::data_tabulate.data.frame(...)
3. └─base::lapply(...)
4. └─datawizard (local) FUN(X[[i]], ...)
5. ├─datawizard::data_tabulate(...)
6. └─datawizard:::data_tabulate.default(...)
7. ├─datawizard::data_rename(...)
8. │ └─base::is.data.frame(data)
9. └─base::data.frame(freq_table, stringsAsFactors = FALSE)
10. ├─base::as.data.frame(x[[i]], optional = TRUE)
11. └─base::as.data.frame.table(x[[i]], optional = TRUE)
12. ├─base::eval(ex)
13. │ └─base::eval(ex)
14. └─base::data.frame(...)
15. ├─base::as.data.frame(x[[i]], optional = TRUE)
16. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
[ FAIL 2 | WARN 0 | SKIP 36 | PASS 38 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc