Skip to content

Commit

Permalink
Increment version number to 0.17.2.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
andybega committed Feb 8, 2024
1 parent 4176d32 commit 87cb5fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spduration
Title: Split-Population Duration (Cure) Regression
Version: 0.17.2
Version: 0.17.2.9000
Authors@R: c(
person("Andreas", "Beger", , "adbeger@gmail.com", c("aut", "cre"), comment = c(ORCID = "0000-0003-1883-3169")),
person("Daina", "Chiba", , "dchiba@essex.ac.uk", "aut", comment = c(ORCID = "0000-0002-9208-4373")),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# spduration 0.17.2
# spduration (development version)

# spduration 0.17.2 (2024-02-08)

- Fix `model.matrix` so that it works correctly with dots arguments.
- Fix an error when trying to use `add_duration()` or `spdur()` with a tibble as input. The errors were due to tibble returning lists when subsetting columns with `[, col]`. The data input is now internally converted to a base data frame (`as.data.frame()`).
Expand Down

0 comments on commit 87cb5fd

Please sign in to comment.