Last updated on 2021-02-12 08:49:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.1.1 | 15.03 | 185.03 | 200.06 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 5.1.1 | 12.06 | 133.03 | 145.09 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 5.1.1 | 239.64 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 5.1.1 | 242.36 | ERROR | |||
r-devel-windows-ix86+x86_64 | 5.1.1 | 29.00 | 243.00 | 272.00 | ERROR | |
r-patched-linux-x86_64 | 5.1.1 | 16.00 | 174.95 | 190.95 | ERROR | |
r-patched-solaris-x86 | 5.1.1 | 271.50 | ERROR | |||
r-release-linux-x86_64 | 5.1.1 | 14.81 | 174.75 | 189.56 | ERROR | |
r-release-macos-x86_64 | 5.1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 5.1.1 | 31.00 | 249.00 | 280.00 | ERROR | |
r-oldrel-macos-x86_64 | 5.1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 5.1.1 | 17.00 | 167.00 | 184.00 | ERROR |
Version: 5.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [46s/55s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
== Skipped tests ===============================================================
* 0-length tables don't work in flextable yet (1)
* Awaiting ftExtra improvements (1)
* Couldn't unload dplyr namespace (2)
* Not testing, code doesn't play well with R CMD check (3)
* On CRAN (15)
== Warnings ====================================================================
-- Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work -------------
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
-- Warning (???): Compile to PDF -----------------------------------------------
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
== Failed tests ================================================================
-- Error (test-huxreg.R:35:3): huxreg confidence intervals work ----------------
Error: arguments imply differing number of rows: 0, 2
Backtrace:
x
1. +-testthat::expect_silent(...) test-huxreg.R:35:2
2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. | +-testthat:::.capture(...)
4. | | +-withr::with_output_sink(...)
5. | | | \-base::force(code)
6. | | +-base::withCallingHandlers(...)
7. | | \-base::withVisible(code)
8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. \-huxtable::huxreg(...)
10. \-base::lapply(seq_along(models), tidy_fn)
11. \-huxtable:::FUN(X[[i]], ...)
12. \-huxtable:::my_tidy(n, ci_level = ci_level)
13. +-base::do.call(tidy, args)
14. +-(function (x, ...) ...
15. \-broom:::tidy.multinom(...)
16. \-base::cbind(ret, ci)
17. \-base::cbind(deparse.level, ...)
18. \-base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 22 | PASS 1195 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 5.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [32s/54s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
══ Skipped tests ═══════════════════════════════════════════════════════════════
● 0-length tables don't work in flextable yet (1)
● Awaiting ftExtra improvements (1)
● Couldn't unload dplyr namespace (2)
● Not testing, code doesn't play well with R CMD check (3)
● On CRAN (15)
══ Warnings ════════════════════════════════════════════════════════════════════
── Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work ─────────────
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
── Warning (???): Compile to PDF ───────────────────────────────────────────────
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-huxreg.R:35:3): huxreg confidence intervals work ────────────────
Error: arguments imply differing number of rows: 0, 2
Backtrace:
█
1. ├─testthat::expect_silent(...) test-huxreg.R:35:2
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat:::.capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─huxtable::huxreg(...)
10. └─base::lapply(seq_along(models), tidy_fn)
11. └─huxtable:::FUN(X[[i]], ...)
12. └─huxtable:::my_tidy(n, ci_level = ci_level)
13. ├─base::do.call(tidy, args)
14. ├─(function (x, ...) ...
15. └─broom:::tidy.multinom(...)
16. └─base::cbind(ret, ci)
17. └─base::cbind(deparse.level, ...)
18. └─base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 22 | PASS 1195 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 5.1.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘R6’ ‘xml2’
All declared Imports should be used.
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: 5.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [49s/60s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
══ Skipped tests ═══════════════════════════════════════════════════════════════
● 0-length tables don't work in flextable yet (1)
● Awaiting ftExtra improvements (1)
● Couldn't unload dplyr namespace (2)
● Not testing, code doesn't play well with R CMD check (3)
● On CRAN (15)
══ Warnings ════════════════════════════════════════════════════════════════════
── Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work ─────────────
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
── Warning (???): Compile to PDF ───────────────────────────────────────────────
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-huxreg.R:35:3): huxreg confidence intervals work ────────────────
Error: arguments imply differing number of rows: 0, 2
Backtrace:
█
1. ├─testthat::expect_silent(...) test-huxreg.R:35:2
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat:::.capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─huxtable::huxreg(...)
10. └─base::lapply(seq_along(models), tidy_fn)
11. └─huxtable:::FUN(X[[i]], ...)
12. └─huxtable:::my_tidy(n, ci_level = ci_level)
13. ├─base::do.call(tidy, args)
14. ├─(function (x, ...) ...
15. └─broom:::tidy.multinom(...)
16. └─base::cbind(ret, ci)
17. └─base::cbind(deparse.level, ...)
18. └─base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 22 | PASS 1195 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 5.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [60s/71s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
══ Skipped tests ═══════════════════════════════════════════════════════════════
● 0-length tables don't work in flextable yet (1)
● Awaiting ftExtra improvements (1)
● Couldn't unload dplyr namespace (2)
● Not testing, code doesn't play well with R CMD check (3)
● On CRAN (15)
══ Warnings ════════════════════════════════════════════════════════════════════
── Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work ─────────────
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
── Warning (???): Compile to PDF ───────────────────────────────────────────────
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-huxreg.R:35:3): huxreg confidence intervals work ────────────────
Error: arguments imply differing number of rows: 0, 2
Backtrace:
█
1. ├─testthat::expect_silent(...) test-huxreg.R:35:2
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat:::.capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─huxtable::huxreg(...)
10. └─base::lapply(seq_along(models), tidy_fn)
11. └─huxtable:::FUN(X[[i]], ...)
12. └─huxtable:::my_tidy(n, ci_level = ci_level)
13. ├─base::do.call(tidy, args)
14. ├─(function (x, ...) ...
15. └─broom:::tidy.multinom(...)
16. └─base::cbind(ret, ci)
17. └─base::cbind(deparse.level, ...)
18. └─base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 22 | PASS 1195 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 5.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [52s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
== Skipped tests ===============================================================
* 0-length tables don't work in flextable yet (1)
* Awaiting ftExtra improvements (1)
* Couldn't unload dplyr namespace (2)
* Not testing, code doesn't play well with R CMD check (3)
* On CRAN (14)
* On Windows (1)
* rmarkdown::pandoc_available("2.0.0") is not TRUE (1)
== Warnings ====================================================================
-- Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work -------------
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
-- Warning (???): Compile to PDF -----------------------------------------------
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
== Failed tests ================================================================
-- Error (test-huxreg.R:35:3): huxreg confidence intervals work ----------------
Error: arguments imply differing number of rows: 0, 2
Backtrace:
x
1. +-testthat::expect_silent(...) test-huxreg.R:35:2
2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. | +-testthat:::.capture(...)
4. | | +-withr::with_output_sink(...)
5. | | | \-base::force(code)
6. | | +-base::withCallingHandlers(...)
7. | | \-base::withVisible(code)
8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. \-huxtable::huxreg(...)
10. \-base::lapply(seq_along(models), tidy_fn)
11. \-huxtable:::FUN(X[[i]], ...)
12. \-huxtable:::my_tidy(n, ci_level = ci_level)
13. +-base::do.call(tidy, args)
14. +-(function (x, ...) ...
15. \-broom:::tidy.multinom(...)
16. \-base::cbind(ret, ci)
17. \-base::cbind(deparse.level, ...)
18. \-base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 23 | PASS 1194 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 5.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [45s/51s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
══ Skipped tests ═══════════════════════════════════════════════════════════════
● 0-length tables don't work in flextable yet (1)
● Awaiting ftExtra improvements (1)
● Couldn't unload dplyr namespace (2)
● Not testing, code doesn't play well with R CMD check (3)
● On CRAN (15)
══ Warnings ════════════════════════════════════════════════════════════════════
── Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work ─────────────
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
── Warning (???): Compile to PDF ───────────────────────────────────────────────
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-huxreg.R:35:3): huxreg confidence intervals work ────────────────
Error: arguments imply differing number of rows: 0, 2
Backtrace:
█
1. ├─testthat::expect_silent(...) test-huxreg.R:35:2
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat:::.capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─huxtable::huxreg(...)
10. └─base::lapply(seq_along(models), tidy_fn)
11. └─huxtable:::FUN(X[[i]], ...)
12. └─huxtable:::my_tidy(n, ci_level = ci_level)
13. ├─base::do.call(tidy, args)
14. ├─(function (x, ...) ...
15. └─broom:::tidy.multinom(...)
16. └─base::cbind(ret, ci)
17. └─base::cbind(deparse.level, ...)
18. └─base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 22 | PASS 1195 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 5.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [56s/65s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
══ Skipped tests ═══════════════════════════════════════════════════════════════
● 0-length tables don't work in flextable yet (1)
● Couldn't unload dplyr namespace (2)
● Not testing, code doesn't play well with R CMD check (3)
● Not testing, pandoc >= 1.12.3 is not available (3)
● On CRAN (7)
══ Warnings ════════════════════════════════════════════════════════════════════
── Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work ─────────────
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
── Warning (???): Compile to PDF ───────────────────────────────────────────────
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-huxreg.R:35:3): huxreg confidence intervals work ────────────────
Error: arguments imply differing number of rows: 0, 2
Backtrace:
█
1. ├─testthat::expect_silent(...) test-huxreg.R:35:2
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat:::.capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─huxtable::huxreg(...)
10. └─base::lapply(seq_along(models), tidy_fn)
11. └─huxtable:::FUN(X[[i]], ...)
12. └─huxtable:::my_tidy(n, ci_level = ci_level)
13. ├─base::do.call(tidy, args)
14. ├─(function (x, ...) ...
15. └─broom:::tidy.multinom(...)
16. └─base::cbind(ret, ci)
17. └─base::cbind(deparse.level, ...)
18. └─base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 16 | PASS 1178 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86
Version: 5.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [45s/50s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
══ Skipped tests ═══════════════════════════════════════════════════════════════
● 0-length tables don't work in flextable yet (1)
● Awaiting ftExtra improvements (1)
● Couldn't unload dplyr namespace (2)
● Not testing, code doesn't play well with R CMD check (3)
● On CRAN (15)
══ Warnings ════════════════════════════════════════════════════════════════════
── Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work ─────────────
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
── Warning (???): Compile to PDF ───────────────────────────────────────────────
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-huxreg.R:35:3): huxreg confidence intervals work ────────────────
Error: arguments imply differing number of rows: 0, 2
Backtrace:
█
1. ├─testthat::expect_silent(...) test-huxreg.R:35:2
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat:::.capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─huxtable::huxreg(...)
10. └─base::lapply(seq_along(models), tidy_fn)
11. └─huxtable:::FUN(X[[i]], ...)
12. └─huxtable:::my_tidy(n, ci_level = ci_level)
13. ├─base::do.call(tidy, args)
14. ├─(function (x, ...) ...
15. └─broom:::tidy.multinom(...)
16. └─base::cbind(ret, ci)
17. └─base::cbind(deparse.level, ...)
18. └─base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 22 | PASS 1195 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 5.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [54s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
== Skipped tests ===============================================================
* 0-length tables don't work in flextable yet (1)
* Awaiting ftExtra improvements (1)
* Couldn't unload dplyr namespace (2)
* Not testing, code doesn't play well with R CMD check (3)
* On CRAN (14)
* On Windows (1)
* rmarkdown::pandoc_available("2.0.0") is not TRUE (1)
== Warnings ====================================================================
-- Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work -------------
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
-- Warning (???): Compile to PDF -----------------------------------------------
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
== Failed tests ================================================================
-- Error (test-huxreg.R:35:3): huxreg confidence intervals work ----------------
Error: arguments imply differing number of rows: 0, 2
Backtrace:
x
1. +-testthat::expect_silent(...) test-huxreg.R:35:2
2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. | +-testthat:::.capture(...)
4. | | +-withr::with_output_sink(...)
5. | | | \-base::force(code)
6. | | +-base::withCallingHandlers(...)
7. | | \-base::withVisible(code)
8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. \-huxtable::huxreg(...)
10. \-base::lapply(seq_along(models), tidy_fn)
11. \-huxtable:::FUN(X[[i]], ...)
12. \-huxtable:::my_tidy(n, ci_level = ci_level)
13. +-base::do.call(tidy, args)
14. +-(function (x, ...) ...
15. \-broom:::tidy.multinom(...)
16. \-base::cbind(ret, ci)
17. \-base::cbind(deparse.level, ...)
18. \-base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 23 | PASS 1194 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 5.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [35s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(huxtable)
>
>
> we_are_in_R_CMD_check <- TRUE
> test_check("huxtable")
# weights: 9 (4 variable)
initial value 35.155593
iter 10 value 23.131901
final value 23.129234
converged
== Skipped tests ===============================================================
* 0-length tables don't work in flextable yet (1)
* Awaiting ftExtra improvements (1)
* Couldn't unload dplyr namespace (2)
* Not testing, code doesn't play well with R CMD check (3)
* On CRAN (14)
* On Windows (1)
* rmarkdown::pandoc_available("2.0.0") is not TRUE (1)
== Warnings ====================================================================
-- Warning (test-dplyr.R:62:3): mutate, mutate_ and transmute work -------------
`mutate_()` is deprecated as of dplyr 0.7.0.
Please use `mutate()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Backtrace:
1. dplyr::mutate_(ht, .dots = list(x = quote(a + b))) test-dplyr.R:62:2
2. dplyr:::lazy_deprec("mutate")
-- Warning (???): Compile to PDF -----------------------------------------------
cannot remove file 'quick-markdown.pdf', reason 'No such file or directory'
Backtrace:
1. base::try(file.remove("quick-markdown.pdf"), silent = TRUE)
6. base::file.remove("quick-markdown.pdf")
== Failed tests ================================================================
-- Error (test-huxreg.R:35:3): huxreg confidence intervals work ----------------
Error: arguments imply differing number of rows: 0, 2
Backtrace:
x
1. +-testthat::expect_silent(...) test-huxreg.R:35:2
2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. | +-testthat:::.capture(...)
4. | | +-withr::with_output_sink(...)
5. | | | \-base::force(code)
6. | | +-base::withCallingHandlers(...)
7. | | \-base::withVisible(code)
8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. \-huxtable::huxreg(...)
10. \-base::lapply(seq_along(models), tidy_fn)
11. \-huxtable:::FUN(X[[i]], ...)
12. \-huxtable:::my_tidy(n, ci_level = ci_level)
13. +-base::do.call(tidy, args)
14. +-(function (x, ...) ...
15. \-broom:::tidy.multinom(...)
16. \-base::cbind(ret, ci)
17. \-base::cbind(deparse.level, ...)
18. \-base::data.frame(..., check.names = FALSE)
[ FAIL 1 | WARN 2 | SKIP 23 | PASS 1194 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64