Skip to content

Commit

Permalink
fix urls for Cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
PhS-Orivado committed Dec 13, 2021
1 parent 840a6d2 commit d5c38ed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ cran-comments.md
^openxlsx.*\.tar\.gz$
^openxlsx.*\.tgz$
^data-raw$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: openxlsx
Title: Read, Write and Edit xlsx Files
Version: 4.2.5
Date: 2021-12-11
Date: 2021-12-13
Authors@R:
c(person(given = "Philipp",
family = "Schauberger",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Improvements

* `options()` are more consistently set in functions (see: [#289](https://github.com/ychps/openxlsx/issues/262))
* `options()` are more consistently set in functions (see: [#289](https://github.com/ycphs/openxlsx/issues/262))
* `Workbook$show()` no longer fails when called in a 0 sheet workbook([#240](https://github.com/ycphs/openxlsx/issues/240))
* `read.xlsx()` again accepts `.xlsm` files ([#205](https://github.com/ycphs/openxlsx/issues/205),
[#209](https://github.com/ycphs/openxlsx/issues/209))
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ We checked 117 reverse dependencies (64 from CRAN + 53 from Bioconductor), compa
* We saw 0 new problems
* We failed to check 0 packages


## Resubmission
This is a resubmission. In this version I have:

* Corrected URLs

0 comments on commit d5c38ed

Please sign in to comment.