CRAN Package Check Results for Package ftExtra

Last updated on 2026-09-02 02:51:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.4 6.86 105.30 112.16 OK
r-devel-linux-x86_64-debian-gcc 0.6.4 4.94 77.19 82.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.4 78.30 OK
r-devel-linux-x86_64-fedora-gcc 0.6.4 98.85 OK
r-devel-windows-x86_64 0.6.4 9.00 139.00 148.00 OK
r-patched-linux-x86_64 0.6.4 6.67 103.14 109.81 OK
r-release-linux-x86_64 0.6.4 6.66 103.26 109.92 OK
r-release-macos-arm64 0.6.4 2.00 45.00 47.00 OK
r-release-macos-x86_64 0.6.4 6.00 164.00 170.00 OK
r-release-windows-x86_64 0.6.4 9.00 137.00 146.00 OK
r-oldrel-macos-arm64 0.6.4 OK
r-oldrel-macos-x86_64 0.6.4 3.00 133.00 136.00 OK
r-oldrel-windows-x86_64 0.6.4 13.00 167.00 180.00 OK

Check Details

Version: 0.6.4
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/9s] 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-devel-linux-x86_64-debian-gcc

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-devel-linux-x86_64-debian-gcc