Skip to content

Commit

Permalink
bump up version, polish NEWS file
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sabanes Bove committed Jun 6, 2024
1 parent 02baafa commit b8b9db0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: savvyr
Title: Survival Analysis for AdVerse Events with VarYing Follow-Up Times
Version: 0.1.0
Date: 2024-02-20
Version: 0.1.1
Date: 2024-06-06
Authors@R: c(
person("Thomas", "Kuenzel", email = "[email protected]", role = c("aut", "cre")),
person("Kaspar", "Rufibach", email = "[email protected]", role = "aut"),
Expand Down
9 changes: 4 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# savvyr 0.1.0
# savvyr 0.1.1

### Bug Fixes

- changed the way data is generated in function "generate_data":
variable "type_event" is now generated using the sample function which accurately
reflects the specified hazard for AE, death and soft competing events.

- Changed the way data is generated in function 'generate_data': The variable 'type_event' is now generated such that it accurately reflects the specified hazards for AE, death and soft competing events.

# savvyr 0.1.0

- First CRAN version of the package.
- The package provides functions to easily conduct the improved AE analyses proposed by the SAVVY framework.
Expand Down

0 comments on commit b8b9db0

Please sign in to comment.