Skip to content

Commit

Permalink
0.5.1 github release
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Feb 24, 2015
1 parent 7d4ed2f commit 2d41560
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Package: flexsurv
Type: Package
Title: Flexible parametric survival and multi-state models
Version: 0.5.1
Date: 2014-02-13
Date: 2014-02-24
Author: Christopher Jackson <[email protected]>
Maintainer: Christopher Jackson <[email protected]>
Description: Flexible parametric models for time-to-event data, including the Royston-Parmar spline model, generalized gamma and generalized F distributions. Any user-defined parametric distribution can be fitted, given at least an R function defining the probability density or hazard. There are also tools for fitting and predicting from fully parametric multi-state models.
License: GPL (>= 2)
Depends: survival
Depends: survival, R (>= 2.15.0)
Imports: muhaz,mvtnorm,deSolve
Suggests: eha,mstate,numDeriv,testthat,msm,ActuDistns,knitr
VignetteBuilder: knitr
Expand Down
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
add dependency on newer R

More multistate tests. use new testthat skip_on_cran() if slow

model list format for pmatrix.fs, totlos.fs. just need to form basepars.mat for given covariates
Expand Down
7 changes: 5 additions & 2 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
-*- text -*-

Version 0.5.1 (2015-02-13)
Version 0.5.1 (2015-02-24)
-------------

* github-only release.

* Log-logistic distribution built in to flexsurvreg, and distribution
functions provided.

Expand All @@ -16,7 +18,8 @@ Version 0.5.1 (2015-02-13)
data. Thanks to Sabrina Russo.

* pgompertz returns Inf for q=Inf, even for parameters denoting
"living forever", since the CDF is P(X <= q) not P(X < q).
"living forever", since the CDF is P(X <= q) not P(X < q). This
affected some fits of the Gompertz distribution.


Version 0.5 (2014-09-22)
Expand Down

0 comments on commit 2d41560

Please sign in to comment.