diff --git a/DESCRIPTION b/DESCRIPTION index 2008fa9..7512ada 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: joineRML Type: Package Title: Joint Modelling of Multivariate Longitudinal Data and Time-to-Event Outcomes -Version: 0.3.0.9000 +Version: 0.3.0 Authors@R: c( person("Graeme L.", "Hickey", email = "graeme.hickey@liverpool.ac.uk", role = c("cre", "aut")), diff --git a/NEWS.md b/NEWS.md index c13252f..6ef780e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,8 @@ -# joineRML 0.3.0.9000 +# joineRML 0.3.0 ## New features -* Added new function `dynSurv()`, which generates survival probabilities for a new subject conditional on their last measurement time and longitudial history. Prediction can be implemented using either a first order approximation or a Monte Carlo simulation approach. - -* Added new function `dynLong()`, which generates expected longitudinal predictions for a new subject conditional on their last measurement time and longitudial history. Prediction can be implemented using a first order approximation or a Monte Carlo simulation approach. +* Added new functions `dynSurv()` and `dynLong()`, which generates survival probabilities and xpected longitudinal predictions, respectively, for a new subject conditional on their last measurement time and longitudial history. Prediction can be implemented using either a first order approximation or a Monte Carlo simulation approach. * Added an associated `print()` method for `dynSurv` and `dynLong` objects. diff --git a/cran-comments.md b/cran-comments.md index 90600a5..2a22e06 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -8,7 +8,6 @@ None * ubuntu (via travis-ci) * windows (via appveyor) * win-builder (release, devel) -* tested on several R-hub platforms ## R CMD check results