Last updated on 2021-01-30 14:47:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.17.0 | 12.45 | 145.71 | 158.16 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.17.0 | 10.00 | 107.93 | 117.93 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.17.0 | 192.44 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.17.0 | 190.81 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.17.0 | 31.00 | 183.00 | 214.00 | OK | |
r-patched-linux-x86_64 | 0.17.0 | 11.63 | 134.51 | 146.14 | OK | |
r-patched-solaris-x86 | 0.17.0 | 254.80 | ERROR | |||
r-release-linux-x86_64 | 0.17.0 | 12.63 | 132.37 | 145.00 | ERROR | |
r-release-macos-x86_64 | 0.17.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.17.0 | 23.00 | 136.00 | 159.00 | OK | |
r-oldrel-macos-x86_64 | 0.17.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.17.0 | 33.00 | 173.00 | 206.00 | OK |
Version: 0.17.0
Check: examples
Result: ERROR
Running examples in ‘tadaatoolbox-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tadaa_levene
> ### Title: Levene's Test for Homoskedasticity
> ### Aliases: tadaa_levene
>
> ### ** Examples
>
> tadaa_levene(ngo, deutsch ~ jahrgang, print = "console")
Error: Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
Backtrace:
█
1. ├─tadaatoolbox::tadaa_levene(ngo, deutsch ~ jahrgang, print = "console")
2. │ ├─base::`$<-`(...)
3. │ └─tibble:::`$<-.tbl_df`(...)
4. │ └─tibble:::tbl_subassign(...)
5. │ └─tibble:::vectbl_recycle_rhs(...)
6. │ ├─base::withCallingHandlers(...)
7. │ └─vctrs::vec_recycle(value[[j]], nrow)
8. ├─vctrs:::stop_recycle_incompatible_size(...)
9. │ └─vctrs:::stop_vctrs(...)
10. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
11. │ └─rlang:::signal_abort(cnd)
12. │ └─base::signalCondition(cnd)
13. └─(function (cnd) ...
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.17.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tadaatoolbox)
>
> test_check("tadaatoolbox")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-assumptions.R:5:3): tadaa_levene works ──────────────────────────
Error: Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
Backtrace:
█
1. ├─testthat::expect_is(...) test-assumptions.R:5:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─tadaatoolbox::tadaa_levene(...)
5. │ ├─base::`$<-`(...)
6. │ └─tibble:::`$<-.tbl_df`(...)
7. │ └─tibble:::tbl_subassign(...)
8. │ └─tibble:::vectbl_recycle_rhs(...)
9. │ ├─base::withCallingHandlers(...)
10. │ └─vctrs::vec_recycle(value[[j]], nrow)
11. ├─vctrs:::stop_recycle_incompatible_size(...)
12. │ └─vctrs:::stop_vctrs(...)
13. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
14. │ └─rlang:::signal_abort(cnd)
15. │ └─base::signalCondition(cnd)
16. └─(function (cnd) ...
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 152 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.17.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘overview.Rmd’ using rmarkdown
Loading required namespace: cowplot
--- finished re-building ‘overview.Rmd’
--- re-building ‘test_output.Rmd’ using rmarkdown
Quitting from lines 132-135 (test_output.Rmd)
Error: processing vignette 'test_output.Rmd' failed with diagnostics:
Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
--- failed re-building ‘test_output.Rmd’
SUMMARY: processing the following file failed:
‘test_output.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.17.0
Check: data for non-ASCII characters
Result: NOTE
Note: found 3 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.17.0
Check: examples
Result: ERROR
Running examples in ‘tadaatoolbox-Ex.R’ failed
The error most likely occurred in:
> ### Name: tadaa_levene
> ### Title: Levene's Test for Homoskedasticity
> ### Aliases: tadaa_levene
>
> ### ** Examples
>
> tadaa_levene(ngo, deutsch ~ jahrgang, print = "console")
Error: Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
Backtrace:
█
1. ├─tadaatoolbox::tadaa_levene(ngo, deutsch ~ jahrgang, print = "console")
2. │ ├─base::`$<-`(...)
3. │ └─tibble:::`$<-.tbl_df`(...)
4. │ └─tibble:::tbl_subassign(...)
5. │ └─tibble:::vectbl_recycle_rhs(...)
6. │ ├─base::withCallingHandlers(...)
7. │ └─vctrs::vec_recycle(value[[j]], nrow)
8. ├─vctrs:::stop_recycle_incompatible_size(...)
9. │ └─vctrs:::stop_vctrs(...)
10. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
11. │ └─rlang:::signal_abort(cnd)
12. │ └─base::signalCondition(cnd)
13. └─(function (cnd) ...
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 0.17.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tadaatoolbox)
>
> test_check("tadaatoolbox")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-assumptions.R:5:3): tadaa_levene works ──────────────────────────
Error: Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
Backtrace:
█
1. ├─testthat::expect_is(...) test-assumptions.R:5:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─tadaatoolbox::tadaa_levene(...)
5. │ ├─base::`$<-`(...)
6. │ └─tibble:::`$<-.tbl_df`(...)
7. │ └─tibble:::tbl_subassign(...)
8. │ └─tibble:::vectbl_recycle_rhs(...)
9. │ ├─base::withCallingHandlers(...)
10. │ └─vctrs::vec_recycle(value[[j]], nrow)
11. ├─vctrs:::stop_recycle_incompatible_size(...)
12. │ └─vctrs:::stop_vctrs(...)
13. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
14. │ └─rlang:::signal_abort(cnd)
15. │ └─base::signalCondition(cnd)
16. └─(function (cnd) ...
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 152 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.17.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘overview.Rmd’ using rmarkdown
Loading required namespace: cowplot
--- finished re-building ‘overview.Rmd’
--- re-building ‘test_output.Rmd’ using rmarkdown
Quitting from lines 132-135 (test_output.Rmd)
Error: processing vignette 'test_output.Rmd' failed with diagnostics:
Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
--- failed re-building ‘test_output.Rmd’
SUMMARY: processing the following file failed:
‘test_output.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.17.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tadaatoolbox)
>
> test_check("tadaatoolbox")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-assumptions.R:5:3): tadaa_levene works ──────────────────────────
Error: Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
Backtrace:
█
1. ├─testthat::expect_is(...) test-assumptions.R:5:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─tadaatoolbox::tadaa_levene(...)
5. │ ├─base::`$<-`(...)
6. │ └─tibble:::`$<-.tbl_df`(...)
7. │ └─tibble:::tbl_subassign(...)
8. │ └─tibble:::vectbl_recycle_rhs(...)
9. │ ├─base::withCallingHandlers(...)
10. │ └─vctrs::vec_recycle(value[[j]], nrow)
11. ├─vctrs:::stop_recycle_incompatible_size(...)
12. │ └─vctrs:::stop_vctrs(...)
13. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
14. │ └─rlang:::signal_abort(cnd)
15. │ └─base::signalCondition(cnd)
16. └─(function (cnd) ...
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 152 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.17.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tadaatoolbox)
>
> test_check("tadaatoolbox")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-assumptions.R:5:3): tadaa_levene works ──────────────────────────
Error: Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
Backtrace:
█
1. ├─testthat::expect_is(...) test-assumptions.R:5:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─tadaatoolbox::tadaa_levene(...)
5. │ ├─base::`$<-`(...)
6. │ └─tibble:::`$<-.tbl_df`(...)
7. │ └─tibble:::tbl_subassign(...)
8. │ └─tibble:::vectbl_recycle_rhs(...)
9. │ ├─base::withCallingHandlers(...)
10. │ └─vctrs::vec_recycle(value[[j]], nrow)
11. ├─vctrs:::stop_recycle_incompatible_size(...)
12. │ └─vctrs:::stop_vctrs(...)
13. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
14. │ └─rlang:::signal_abort(cnd)
15. │ └─base::signalCondition(cnd)
16. └─(function (cnd) ...
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 152 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.17.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘overview.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Loading required namespace: cowplot
--- finished re-building ‘overview.Rmd’
--- re-building ‘test_output.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 132-135 (test_output.Rmd)
Error: processing vignette 'test_output.Rmd' failed with diagnostics:
Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
--- failed re-building ‘test_output.Rmd’
SUMMARY: processing the following file failed:
‘test_output.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.17.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tadaatoolbox)
>
> test_check("tadaatoolbox")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-assumptions.R:5:3): tadaa_levene works ──────────────────────────
Error: Assigned data `c(groups, "Residuals")` must be compatible with existing data.
✖ Existing data has 1 row.
✖ Assigned data has 2 rows.
ℹ Row updates require a list value. Do you need `list()` or `as.list()`?
Backtrace:
█
1. ├─testthat::expect_is(...) test-assumptions.R:5:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─tadaatoolbox::tadaa_levene(...)
5. │ ├─base::`$<-`(...)
6. │ └─tibble:::`$<-.tbl_df`(...)
7. │ └─tibble:::tbl_subassign(...)
8. │ └─tibble:::vectbl_recycle_rhs(...)
9. │ ├─base::withCallingHandlers(...)
10. │ └─vctrs::vec_recycle(value[[j]], nrow)
11. ├─vctrs:::stop_recycle_incompatible_size(...)
12. │ └─vctrs:::stop_vctrs(...)
13. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
14. │ └─rlang:::signal_abort(cnd)
15. │ └─base::signalCondition(cnd)
16. └─(function (cnd) ...
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 152 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64