The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package ftExtra

Last updated on 2026-09-21 05:51:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.5 6.51 120.04 126.55 OK
r-devel-linux-x86_64-debian-gcc 0.6.5 4.54 87.81 92.35 OK
r-devel-linux-x86_64-fedora-clang 0.6.5 84.69 OK
r-devel-linux-x86_64-fedora-gcc 0.6.5 111.85 OK
r-devel-windows-x86_64 0.6.5 11.00 159.00 170.00 OK
r-patched-linux-x86_64 0.6.4 6.87 100.92 107.79 ERROR
r-release-linux-x86_64 0.6.5 6.64 106.91 113.55 OK
r-release-macos-arm64 0.6.5 2.00 51.00 53.00 OK
r-release-macos-x86_64 0.6.5 6.00 244.00 250.00 OK
r-release-windows-x86_64 0.6.4 11.00 133.00 144.00 OK
r-oldrel-macos-arm64 0.6.5 OK
r-oldrel-macos-x86_64 0.6.5 6.00 269.00 275.00 OK
r-oldrel-windows-x86_64 0.6.5 13.00 180.00 193.00 OK

Check Details

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ftExtra) Registered S3 method overwritten by 'ftExtra': method from as_flextable.data.frame flextable > > test_check("ftExtra") Saving _problems/test-as-paragraph-md-21.R [ FAIL 1 | WARN 0 | SKIP 4 | PASS 44 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-footnote.R:1:1', 'test-footnote.R:6:1', 'test-footnote.R:15:1', 'test-footnote.R:23:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-as-paragraph-md.R:21:3'): as_paragraph_md renders math ───────── <subscriptOutOfBoundsError/error/condition> Error in `a[[2]]`: subscript out of bounds Backtrace: ▆ 1. ├─ftExtra::as_paragraph_md("$\\alpha$") at test-as-paragraph-md.R:21:3 2. │ └─... %>% ... 3. ├─ftExtra:::md2df(...) 4. │ └─ftExtra:::ast2df(ast) 5. │ └─... %>% dplyr::mutate_if(is.logical, dplyr::coalesce, FALSE) 6. ├─dplyr::mutate_if(., is.logical, dplyr::coalesce, FALSE) 7. │ └─dplyr:::check_grouped(.tbl, "mutate", "if") 8. │ └─dplyr::is_grouped_df(tbl) 9. ├─tibble::as_tibble(.) 10. ├─dplyr::bind_rows(.) 11. │ └─rlang::list2(...) 12. ├─base::lapply(., drop_para) 13. ├─base::lapply(., format_by_attr) 14. ├─base::lapply(., purrr::map_at, c("Div", "Image"), list) 15. ├─base::lapply(., branch2list) 16. ├─ftExtra:::flatten_ast(.) 17. │ └─(purrr::compose(!!!rep(list(flatten_branch), n)))(x) 18. ├─ftExtra (local) `_fn`(`_out`) 19. │ └─... %>% unlist(recursive = FALSE) 20. ├─base::unlist(., recursive = FALSE) 21. ├─purrr::map_if(., function(x) is.character(names(x)), list) 22. │ └─purrr:::where_if(.x, .p) 23. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call) 24. │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env) 25. └─base::lapply(., resolve_type) 26. └─ftExtra (local) FUN(X[[i]], ...) 27. └─base::lapply(x$c, add_type, x$t) 28. └─ftExtra (local) FUN(X[[i]], ...) 29. ├─stats::setNames(...) 30. ├─base::structure(...) 31. └─ftExtra:::flatten_attr(x$c[[1]]) 32. └─base::unlist(a[[2]]) [ FAIL 1 | WARN 0 | SKIP 4 | PASS 44 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.6.4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘format_columns.Rmd’ using rmarkdown Quitting from format_columns.Rmd:391-399 [unnamed-chunk-18] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `a[[2]]`: ! subscript out of bounds --- Backtrace: ▆ 1. ├─... %>% flextable::autofit(add_w = 0.2) 2. ├─flextable::autofit(., add_w = 0.2) 3. │ └─base::stopifnot(inherits(x, "flextable")) 4. ├─ftExtra::colformat_md(.) 5. │ └─flextable::compose(...) 6. │ └─rlang::eval_tidy(defused_value, data = tmp_data) 7. ├─ftExtra::as_paragraph_md(...) 8. │ └─... %>% ... 9. ├─ftExtra:::md2df(...) 10. │ └─ftExtra:::ast2df(ast) 11. │ └─... %>% dplyr::mutate_if(is.logical, dplyr::coalesce, FALSE) 12. ├─dplyr::mutate_if(., is.logical, dplyr::coalesce, FALSE) 13. │ └─dplyr:::check_grouped(.tbl, "mutate", "if") 14. │ └─dplyr::is_grouped_df(tbl) 15. ├─tibble::as_tibble(.) 16. ├─dplyr::bind_rows(.) 17. │ └─rlang::list2(...) 18. ├─base::lapply(., drop_para) 19. ├─base::lapply(., format_by_attr) 20. ├─base::lapply(., purrr::map_at, c("Div", "Image"), list) 21. ├─base::lapply(., branch2list) 22. ├─ftExtra:::flatten_ast(.) 23. │ └─(purrr::compose(!!!rep(list(flatten_branch), n)))(x) 24. ├─ftExtra (local) `_fn`(`_out`) 25. │ └─... %>% unlist(recursive = FALSE) 26. ├─base::unlist(., recursive = FALSE) 27. ├─purrr::map_if(., function(x) is.character(names(x)), list) 28. │ └─purrr:::where_if(.x, .p) 29. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call) 30. │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env) 31. └─base::lapply(., resolve_type) 32. └─ftExtra (local) FUN(X[[i]], ...) 33. └─base::lapply(x$c, add_type, x$t) 34. └─ftExtra (local) FUN(X[[i]], ...) 35. ├─stats::setNames(...) 36. ├─base::structure(...) 37. └─ftExtra:::flatten_attr(x$c[[1]]) 38. └─base::unlist(a[[2]]) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'format_columns.Rmd' failed with diagnostics: subscript out of bounds --- failed re-building ‘format_columns.Rmd’ --- re-building ‘group-rows.Rmd’ using rmarkdown [WARNING] Deprecated: --mathjax. Use --math-method=mathjax[:URL] instead. --- finished re-building ‘group-rows.Rmd’ --- re-building ‘transform-headers.Rmd’ using rmarkdown [WARNING] Deprecated: --mathjax. Use --math-method=mathjax[:URL] instead. --- finished re-building ‘transform-headers.Rmd’ SUMMARY: processing the following file failed: ‘format_columns.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-patched-linux-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.