Skip to content

Commit

Permalink
re-submission
Browse files Browse the repository at this point in the history
  • Loading branch information
KZARCA committed Jan 31, 2024
1 parent 9cd9475 commit a08ba88
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: heemod
Title: Markov Models for Health Economic Evaluations
Version: 1.0.0
Version: 1.0.1
Authors@R: c(
person("Kevin", "Zarca", email = "[email protected]", role = c("aut", "cre")),
person("Antoine", "Filipovic-Pierucci", role = "aut"),
Expand Down
36 changes: 18 additions & 18 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# # Changelog
#
# ## heemod 1.0.0
# ### Breaking changes
# * dplyr's pipe now causes an error when chaining survival operation. The new pipe |>
# is required in this situation.
# * `define_survival()` has been renamed `define_surv_dist()` for naming consistency
# * It is now necessary to use `define_surv_fit()` to specify a survival fit created
# with `survfit()`, `flexsurvreg()` or `flexsurvspline()`
#
# ### New Features
# * It is now possible to run probabilistic sensitivity analysis (PSA) with survival
# objects - either created from a parametric distribution (with `define_surv_dist`)
# or with real data fitted with `survfit()` or `flexsurvreg()`.
# See `vignette("j-survival_2_psa")`
# * `plot.surv_object()` gains `psa` argument allowing to plot the distribution to
# check for its variability.
# * Created method `c.uneval_parameters()` to combine outputs of `define_parameters()`.
# Changelog

## heemod 1.0.0
### Breaking changes
* dplyr's pipe now causes an error when chaining survival operation. The new pipe |>
is required in this situation.
* `define_survival()` has been renamed `define_surv_dist()` for naming consistency
* It is now necessary to use `define_surv_fit()` to specify a survival fit created
with `survfit()`, `flexsurvreg()` or `flexsurvspline()`

### New Features
* It is now possible to run probabilistic sensitivity analysis (PSA) with survival
objects - either created from a parametric distribution (with `define_surv_dist`)
or with real data fitted with `survfit()` or `flexsurvreg()`.
See `vignette("j-survival_2_psa")`
* `plot.surv_object()` gains `psa` argument allowing to plot the distribution to
check for its variability.
* Created method `c.uneval_parameters()` to combine outputs of `define_parameters()`.

### Other changes
* All operation functions on survival objects are now of class `surv_object`
Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
This is a re-submission, CRAN checks get 2 NOTES:
- 1 note related to problems with URLs (server certificate verification failed for one URL and status 202 Accepted for two URLs.), which I can't really fix, as they are legit URLs.
- 1 note related to my NEWS file, that I updated in this re-submission

## Test environments
* local ubuntu 22.04 install, R 4.3.2
* github actions
Expand Down

0 comments on commit a08ba88

Please sign in to comment.