From f7eb6d238f7c869b7b9cd5608b42e365f33d6422 Mon Sep 17 00:00:00 2001 From: atusy <30277794+atusy@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:34:03 +0900 Subject: [PATCH 1/5] docs(README): prefer flextable() to as_flextable() --- README.Rmd | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index f8a533d..bc7913f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -71,7 +71,7 @@ data.frame( z = c("***~ft~^Extra^** is*", "*Cool*"), stringsAsFactors = FALSE ) %>% - as_flextable() %>% + flextable() %>% colformat_md() ``` @@ -81,7 +81,7 @@ data.frame( ```{r span-header, render = render_html} iris %>% head() %>% - as_flextable() %>% + flextable() %>% span_header() ``` @@ -92,5 +92,5 @@ library(dplyr, warn.conflicts = FALSE) iris %>% group_by(Species) %>% slice(1:2) %>% - as_flextable() + flextable() ``` diff --git a/README.md b/README.md index fb0a951..bdbcdf1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ data.frame( z = c("***~ft~^Extra^** is*", "*Cool*"), stringsAsFactors = FALSE ) %>% - as_flextable() %>% + flextable() %>% colformat_md() ``` @@ -58,7 +58,7 @@ data.frame( ``` r iris %>% head %>% - as_flextable() %>% + flextable() %>% span_header() ``` @@ -71,7 +71,7 @@ library(dplyr, warn.conflicts = FALSE) iris %>% group_by(Species) %>% slice(1:2) %>% - as_flextable() + flextable() ``` From 4e48daffd88c0f41b07fe07c60de419c42f51fee Mon Sep 17 00:00:00 2001 From: atusy <30277794+atusy@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:34:54 +0900 Subject: [PATCH 2/5] chore(DESCRIPTION): bump version to 0.6.3 --- DESCRIPTION | 4 ++-- NEWS.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b4921ba..b18bd4e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ftExtra Title: Extensions for 'Flextable' -Version: 0.6.1 -Date: 2023-09-28 +Version: 0.6.3 +Date: 2024-03-31 Authors@R: c(person(given = "Atsushi", family = "Yasumoto", diff --git a/NEWS.md b/NEWS.md index a65ff3c..6d0c43a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,11 @@ -# ftExtra 0.6.2 +# ftExtra 0.6.3 * Require **flextable**>=0.9.5 to fix broken `colformat_md` (#101) +# ftExtra 0.6.2 + +* Avoid error from using horizontal rule (#98) + # ftExtra 0.6.1 * Deprecated functions masking the corresponding ones from the **flextable** package (#95) From 13860d9e89ee1418d791a6d00b695271d70905d1 Mon Sep 17 00:00:00 2001 From: atusy <30277794+atusy@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:52:17 +0900 Subject: [PATCH 3/5] chore(docs): pkgdown::build_site() --- docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/LICENSE.html | 2 +- docs/articles/format_columns.html | 210 +++++------ docs/articles/group-rows.html | 458 +++++++++++------------ docs/articles/index.html | 2 +- docs/articles/transform-headers.html | 172 ++++----- docs/authors.html | 6 +- docs/index.html | 8 +- docs/news/index.html | 8 +- docs/pkgdown.yml | 2 +- docs/reference/as_flextable_methods.html | 12 +- docs/reference/as_paragraph_md.html | 4 +- docs/reference/colformat_md.html | 4 +- docs/reference/footnote_options.html | 6 +- docs/reference/index.html | 2 +- docs/reference/reexports.html | 2 +- docs/reference/span_header.html | 4 +- docs/reference/split_header.html | 4 +- docs/reference/with_blanks.html | 4 +- 20 files changed, 459 insertions(+), 455 deletions(-) diff --git a/docs/404.html b/docs/404.html index f4ef662..ee06070 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@
diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 380372e..6dde3f0 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/docs/LICENSE.html b/docs/LICENSE.html index f07b7c5..2be317c 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -17,7 +17,7 @@ diff --git a/docs/articles/format_columns.html b/docs/articles/format_columns.html index 32392fd..4718273 100644 --- a/docs/articles/format_columns.html +++ b/docs/articles/format_columns.html @@ -33,7 +33,7 @@ @@ -135,12 +135,12 @@