Skip to content

Commit

Permalink
Release 1.0 (#743)
Browse files Browse the repository at this point in the history
* bump version

* remove warning from README

* update Authors

* revdepcheck run - No changes to commit

---------

Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
JanMarvin and actions-user committed Aug 25, 2023
1 parent 392c618 commit 2265f42
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
@@ -1,11 +1,12 @@
Type: Package
Package: openxlsx2
Title: Read, Write and Edit 'xlsx' Files
Version: 0.8.0.9000
Version: 1.0
Language: en-US
Authors@R: c(
person("Jordan Mark", "Barbone", email = "jmbarbone@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9788-3628")),
person("Jan Marvin", "Garbuszus", email = "jan.garbuszus@ruhr-uni-bochum.de", role = c("aut", "cre")),
person("Oliver", "Roy", role = "ctb"),
person(family = "openxlsx authors", role = "cph", comment = "openxlsx package"),
person("Arseny", "Kapoulkine", role = c("ctb", "cph"), comment = "Author of included pugixml code")
)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# openxlsx2 (development version)
# openxlsx2 1.0

## Breaking changes

Expand Down
3 changes: 0 additions & 3 deletions README.Rmd
Expand Up @@ -26,9 +26,6 @@ This R package is a modern reinterpretation of the widely used popular `openxlsx
Similar to its predecessor, it simplifies the creation of xlsx files by providing a clean interface for writing, designing and editing worksheets.
Based on a powerful XML library and focusing on modern programming flows in pipes or chains, `openxlsx2` allows to break many new ground.

Even though the project is already well progressed and supports most of the features known and appreciated from the predecessor, there may still be open gaps in one or the other place.
A quick warning: Until the stable version 1.0 there ~~may~~ will still be some changes to the API.

## Installation

You can install the stable version of `openxlsx2` with:
Expand Down
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -19,11 +19,6 @@ designing and editing worksheets. Based on a powerful XML library and
focusing on modern programming flows in pipes or chains, `openxlsx2`
allows to break many new ground.

Even though the project is already well progressed and supports most of
the features known and appreciated from the predecessor, there may still
be open gaps in one or the other place. A quick warning: Until the
stable version 1.0 there ~~may~~ will still be some changes to the API.

## Installation

You can install the stable version of `openxlsx2` with:
Expand Down
1 change: 1 addition & 0 deletions man/openxlsx2-package.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
Expand Up @@ -10,17 +10,17 @@
|collate |C.UTF-8 |
|ctype |C.UTF-8 |
|tz |UTC |
|date |2023-06-30 |
|date |2023-08-25 |
|pandoc |2.19.2 @ /usr/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:---------|:------|:------|:--|
|openxlsx2 |0.7 |0.7.1 |* |
|openxlsx2 |0.8 |1.0 |* |
|magrittr |2.0.3 |2.0.3 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.10 |1.0.10 | |
|Rcpp |1.0.11 |1.0.11 | |
|stringi |1.7.12 |1.7.12 | |
|zip |2.3.0 |2.3.0 | |

Expand Down

0 comments on commit 2265f42

Please sign in to comment.