Skip to content

Commit

Permalink
CRAN prep
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTaylor committed May 30, 2023
1 parent bd2206f commit ab9dd2a
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@
Package: incidence2
Type: Package
Title: Compute, Handle and Plot Incidence of Dated Events
Version: 2.0.0.9000
Version: 2.1.0
Authors@R: c(
person("Tim", "Taylor", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-8587-7113")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# incidence2 (development version)
# incidence2 2.1.0

## New features

* Specifying `interval = "day"` or `interval = daily` in a call to incidence
will force the resultant `date_index` variable to be a `<Date>`. Underlying
will force the resultant `date_index` variable to be a `<Date>`. Functionally
this is a wrapper around `as.Date()` that ensures the underlying data are
whole numbers and that time zones are respected.

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Tested on the following environments
* fedora 38 (beta), R Under development (unstable) (2023-03-17 r83999)
* win-builder, R Under development (unstable) (2023-03-16 r83996 ucrt)
* fedora 38 (beta), R Under development (unstable) (2023-05-30 r84466)
* win-builder, R Under development (unstable) (2023-05-27 r84465 ucrt)

## R CMD check results
Status: OK

## Reverse dependencies
This breaks the, already broken, reverse dependency, i2extras. However, I am the maintainer of that package and have a new, working, version ready to submit as soon as this reaches CRAN.
All OK

0 comments on commit ab9dd2a

Please sign in to comment.