From 2770954298ea2a77152e52d5c9e5b07269d64fa7 Mon Sep 17 00:00:00 2001 From: Jan Marvin Garbuszus Date: Fri, 30 Jun 2023 08:44:31 +0200 Subject: [PATCH 1/3] bump version --- DESCRIPTION | 2 +- NEWS.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fa4c8bc3e..fe2bc96fb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: openxlsx2 Title: Read, Write and Edit 'xlsx' Files -Version: 0.7.0.9000 +Version: 0.7.1 Language: en-US Authors@R: c( person("Jordan Mark", "Barbone", email = "jmbarbone@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9788-3628")), diff --git a/NEWS.md b/NEWS.md index 379a6c682..9cb4f2b7b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# openxlsx2 (development version) +# openxlsx2 0.7.1 ## New features @@ -110,12 +110,12 @@ * `get_cell_style()` * `set_cell_style()` * `wb_conditional_formatting()` - + * remove deprecated arguments * `xy` argument for `write_data_table()` interacting functions * `file` from `xl_open()` * `definedName` from `wb_to_df()` interacting functions - + * deprecating function * `get_named_regions()` for `wb_get_named_regions()` From 2b90b45f68f4ae5519655095313137b519f8941f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 30 Jun 2023 07:03:35 +0000 Subject: [PATCH 2/3] revdepcheck run - No changes to commit --- revdep/README.md | 6 +++--- revdep/cran.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/revdep/README.md b/revdep/README.md index 24726100d..caea9d644 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -2,7 +2,7 @@ |field |value | |:--------|:----------------------------| -|version |R version 4.3.0 (2023-04-21) | +|version |R version 4.3.1 (2023-06-16) | |os |Ubuntu 20.04.6 LTS | |system |x86_64, linux-gnu | |ui |X11 | @@ -10,14 +10,14 @@ |collate |C.UTF-8 | |ctype |C.UTF-8 | |tz |UTC | -|date |2023-05-26 | +|date |2023-06-30 | |pandoc |2.19.2 @ /usr/bin/pandoc | # Dependencies |package |old |new |Δ | |:---------|:------|:------|:--| -|openxlsx2 |0.6.1 |0.7 |* | +|openxlsx2 |0.7 |0.7.1 |* | |magrittr |2.0.3 |2.0.3 | | |R6 |2.5.1 |2.5.1 | | |Rcpp |1.0.10 |1.0.10 | | diff --git a/revdep/cran.md b/revdep/cran.md index 62d1ce492..64eb36cf5 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## revdepcheck results -We checked 1 reverse dependencies (0 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. +We checked 2 reverse dependencies (0 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages From 0a1cca81ecb10e4b676a38a142bd515714b20987 Mon Sep 17 00:00:00 2001 From: Jan Marvin Garbuszus Date: Fri, 30 Jun 2023 09:36:22 +0200 Subject: [PATCH 3/3] Fix roxygen mistake found by CRAN incoming Error: is not recognized! --- R/wb_styles.R | 2 +- man/create_dxfs_style.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/wb_styles.R b/R/wb_styles.R index 43fe2469e..0e9d2d63a 100644 --- a/R/wb_styles.R +++ b/R/wb_styles.R @@ -667,7 +667,7 @@ get_cell_styles <- function(wb, sheet, cell) { #' @param border_style "thin" #' @param bgFill Cell background fill color. #' @param fgColor Cell foreground fill color. -#' @param gradientFill An xml string beginning with ... +#' @param gradientFill An xml string beginning with `` ... #' @param text_bold bold #' @param text_strike strikeout #' @param text_italic italic diff --git a/man/create_dxfs_style.Rd b/man/create_dxfs_style.Rd index b6f6ba7ef..e371caba5 100644 --- a/man/create_dxfs_style.Rd +++ b/man/create_dxfs_style.Rd @@ -45,7 +45,7 @@ or one of colors(). If fontColor is NULL, the workbook base font colors is used. \item{fgColor}{Cell foreground fill color.} -\item{gradientFill}{An xml string beginning with \if{html}{\out{}} ...} +\item{gradientFill}{An xml string beginning with \verb{} ...} \item{text_bold}{bold}