From 2e1cac91dd7b297c466fa76a5b9b82f83c7c287e Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 17 Sep 2024 11:26:15 +0100 Subject: [PATCH] bump to dev version --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 63795ed..c3049bb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: primarycensoreddist Title: Primary Event Censored Distributions in R and Stan -Version: 0.4.0 +Version: 0.4.0.1000 Authors@R: c(person(given = "Sam", family = "Abbott", diff --git a/NEWS.md b/NEWS.md index e2f742a..fa22f4d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# primarycensoreddist 0.4.0.1000 + +This is the current development version. + # primarycensoreddist 0.4.0 In this release, we have added a new package `stan` model for fitting distributions using the `cmdstanr` package. We have also added a new function `fitdistdoublecens()` to allow for fitting of double censored and truncated data using the `fitdistrplus` package. As well as these functionality improvements this release focuses on improving the stability of the `stan` model and improving the speed of the `primary_censored_ode` function.