From a08ba887329eff2711fa275c6d7e4978c4c082f6 Mon Sep 17 00:00:00 2001 From: KZARCA Date: Wed, 31 Jan 2024 12:40:20 +0100 Subject: [PATCH] re-submission --- DESCRIPTION | 2 +- NEWS.md | 36 ++++++++++++++++++------------------ cran-comments.md | 4 ++++ 3 files changed, 23 insertions(+), 19 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d925d15..3a20429 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "kevin.zarca@gmail.com", role = c("aut", "cre")), person("Antoine", "Filipovic-Pierucci", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 9a1d7b7..2fcf59f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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` diff --git a/cran-comments.md b/cran-comments.md index 3fb9a15..a4075fa 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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