Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.1 #671

Merged
merged 4 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# openxlsx2 (development version)
# openxlsx2 0.7.1

## New features

Expand Down Expand Up @@ -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()`

Expand Down
2 changes: 1 addition & 1 deletion R/wb_styles.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gradientFill> ...
#' @param gradientFill An xml string beginning with `<gradientFill>` ...
#' @param text_bold bold
#' @param text_strike strikeout
#' @param text_italic italic
Expand Down
2 changes: 1 addition & 1 deletion man/create_dxfs_style.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

|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 |
|language |(EN) |
|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 | |
Expand Down
2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down