Skip to content

Commit

Permalink
release 0.5.1 (#549)
Browse files Browse the repository at this point in the history
* bump version

* spelling::update_wordlist()

* revdepcheck run - No changes to commit

* fix urls

---------

Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
JanMarvin and actions-user committed Feb 26, 2023
1 parent e694dea commit 806844c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
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.5.0.9000
Version: 0.5.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,5 +1,5 @@

# openxlsx2 (in development)
# openxlsx2 (0.5.1)

## New features

Expand All @@ -13,9 +13,9 @@

* Improve date detection in `wb_to_df()`. This improves date and posix detection with custom date formats. [547](https://github.com/JanMarvin/openxlsx2/pull/547)

* `na_strings()` is now used as the explicit default value for `na.strings` parameters in exported workbook functions ([#473](https://github.com/ycphs/openxlsx/issues/473))
* `na_strings()` is now used as the explicit default value for `na.strings` parameters in exported workbook functions. [473](https://github.com/JanMarvin/openxlsx2/issues/473)

* waiver functions (i.e., `next_worksheet()`, `current_worksheet()`, and `na_strings()`) are now exports ([#474](https://github.com/ycphs/openxlsx/issues/474))
* waiver functions (i.e., `next_worksheet()`, `current_worksheet()`, and `na_strings()`) are now exports [474](https://github.com/JanMarvin/openxlsx2/issues/474)

## Fixes

Expand Down
4 changes: 4 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Calligra
Colorscale
DL
Databars
Dropmenu
ExcelDate
FFFFC
FFFFFF
Expand All @@ -20,6 +21,7 @@ Openoffice
POSIXct
POSIXt
Philipp
Radiobuttons
RedToBlack
STDEV
STDEVP
Expand Down Expand Up @@ -186,6 +188,7 @@ pivotDefinitionsRels
pivotRecords
pivotTables
posix
posixt
printGridLines
printOptions
printTitleCols
Expand All @@ -198,6 +201,7 @@ readOnlyRecommended
readonly
reimported
rels
relships
rgb
rightToLeft
rowBreaks
Expand Down
4 changes: 2 additions & 2 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
|collate |C.UTF-8 |
|ctype |C.UTF-8 |
|tz |UTC |
|date |2023-01-29 |
|date |2023-02-26 |
|pandoc |2.19.2 @ /usr/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:---------|:------|:------|:--|
|openxlsx2 |0.4.1 |0.5 |* |
|openxlsx2 |0.5 |0.5.1 |* |
|magrittr |2.0.3 |2.0.3 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.10 |1.0.10 | |
Expand Down

0 comments on commit 806844c

Please sign in to comment.