Skip to content

Commit

Permalink
chore: CRAN prep
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTaylor committed May 23, 2024
1 parent 078b657 commit 8c5d3f5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 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.2.3.9000
Version: 2.3.0
Authors@R: c(
person("Tim", "Taylor", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-8587-7113")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# incidence2 (development version)
# incidence2 2.3.0

## New functions / features

Expand Down
4 changes: 2 additions & 2 deletions R/as.data.table.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ data.table::as.data.table
#' Coerce to a data.table
#'
# -------------------------------------------------------------------------
#' @inheritDotParams data.table::as.data.table
#
#' @param x An [incidence2][incidence2::incidence] object.
#'
#' @param keep.rownames Not used.
#'
#' @param ... Passed to other methods.
#'
# -------------------------------------------------------------------------
#' @return
#' A [data.table][data.table::data.table] of the original input but with no
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Tested on the following environments
* fedora 39, R Under development (unstable) (2023-12-04 r85659)
* fedora 40, R Under development (unstable) (2024-05-23 r86605)

## R CMD check results
Status: OK
Expand Down
6 changes: 1 addition & 5 deletions man/as.data.table.incidence2.Rd

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

0 comments on commit 8c5d3f5

Please sign in to comment.