Package: flexsurv
Type: Package
Title: Flexible Parametric Survival and Multi-State Models
Version: 1.1.1
Date: 2019-03-18
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), tidyr, tibble
Encoding: UTF-8
Suggests: eha,numDeriv,testthat,msm,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: 6.0.1
NeedsCompilation: yes
Packaged: 2019-03-18 13:56:16 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: 2019-03-18 18:10:03 UTC
