Package: flexsurv
Type: Package
Title: Flexible Parametric Survival and Multi-State Models
Version: 1.1
Date: 2017-03-27
Authors@R: c(person("Christopher", "Jackson",
         email="chris.jackson@mrc-bsu.cam.ac.uk",
         role=c("aut", "cre")),
	   person("Paul", "Metcalfe",
         role=c("ctb")),
	   person("Jordan", "Amdahl",
         role=c("ctb"))
	   )
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, R (>= 2.15.0)
Imports: mstate (>= 0.2.10), muhaz, mvtnorm, deSolve, quadprog, Rcpp
        (>= 0.11.5)
Encoding: UTF-8
Suggests: eha,numDeriv,testthat,msm,ActuDistns,knitr,TH.data,colorspace
URL: https://github.com/chjackson/flexsurv-dev
BugReports: https://github.com/chjackson/flexsurv-dev/issues
VignetteBuilder: knitr
LazyData: yes
LinkingTo: Rcpp
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2017-03-27 08:53:48 UTC; chris
Author: Christopher Jackson [aut, cre],
  Paul Metcalfe [ctb],
  Jordan Amdahl [ctb]
Maintainer: Christopher Jackson <chris.jackson@mrc-bsu.cam.ac.uk>
Repository: CRAN
Date/Publication: 2017-03-27 14:03:47 UTC
