Skip to content

Commit

Permalink
Bump version and add news
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjie2wang committed Apr 2, 2021
1 parent aa1609f commit 6a8e2f5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Package: reda
Title: Recurrent Event Data Analysis
Version: 0.6.0.9000
Date: 2021-03-26
Version: 0.5.3
Authors@R: c(
person(given = "Wenjie", family = "Wang",
email = "wang@wwenjie.org",
Expand Down Expand Up @@ -31,7 +30,9 @@ Imports:
methods,
splines2,
stats
LinkingTo: Rcpp, RcppArmadillo
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
knitr,
rmarkdown,
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# reda 0.5.3

## Minor changes

* Added `summary()` method for `Recur()` objects.
* Added a new slot named `time_class` to `Recur()` object.
* Updated the `id` slot of `Recur()` object to unique ID's.

## Bug fixes

* Fixed empty MCF estimates when `adjustRiskset = FALSE` is specified.
* Fixed slot `first_idx` and `last_idx` in `Recur` object.


# reda 0.5.2

## Minor changes
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ bibentry(
as.person("Jun Yan")),
year = "2021",
url = "https://github.com/wenjie2wang/reda",
note = "{R} package version 0.6.0.9000"
note = "{R} package version 0.5.3"
)

0 comments on commit 6a8e2f5

Please sign in to comment.