Skip to content

Commit

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

* update wordlist

* revdepcheck run - No changes to commit

* [read_xlsx()] remove url example. Something, probably this, caused a 10 second delay on Win builder

---------

Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
JanMarvin and actions-user committed Apr 2, 2023
1 parent 2a20ee4 commit 72965b8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 17 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.1.9000
Version: 0.6
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
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# openxlsx2 (in development)
# openxlsx2 (0.6)

## New features

Expand Down
5 changes: 0 additions & 5 deletions R/readWorkbook.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@
#' sheet = 2, skipEmptyRows = FALSE,
#' cols = c(1, 4), rows = c(1, 3, 4)
#' )
#'
#' ## URL
#' ##
#' xlsxFile <- "https://github.com/JanMarvin/openxlsx2/raw/main/inst/extdata/readTest.xlsx"
#' head(read_xlsx(xlsxFile))
#' @export
read_xlsx <- function(
xlsxFile,
Expand Down
1 change: 0 additions & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ datatable
datetime
datetimes
defaultGridColor
definedName
detectDates
df
displayEmptyCellsAs
Expand Down
5 changes: 0 additions & 5 deletions man/read_xlsx.Rd

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

8 changes: 4 additions & 4 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.2.2 (2022-10-31) |
|os |Ubuntu 20.04.5 LTS |
|version |R version 4.2.3 (2023-03-15) |
|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-02-26 |
|date |2023-04-02 |
|pandoc |2.19.2 @ /usr/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:---------|:------|:------|:--|
|openxlsx2 |0.5 |0.5.1 |* |
|openxlsx2 |0.5.1 |0.6 |* |
|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 72965b8

Please sign in to comment.