diff --git a/NEWS.md b/NEWS.md index f778373..e376d21 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # primarycensoreddist 0.1.0 +This is the initial `primarycensoreddist` release and includes R and stan tools for dealing with potentially truncated primary event censored delay distributions. We expect all current features to work but the UI may change as the package matures over the next few versions. + +## Package + * Added package skeleton. * Added checking input functions. * Added stan functions for primary censored and truncated distributions. @@ -9,3 +13,5 @@ * Added tests to compare R and Stan implementations. * Added tests for the R functions that facilitate working with the Stan code. * Resolved R CMD check errors, warnings and notes. +* Added a hexsticker. +* Added vignette skeletons in preparation for `0.2.0` release.