Package: survutils
Title: Utility Functions for Survival Analysis
Version: 1.0.2
Authors@R: person("Fong Chun", "Chan", , "fongchunchan@gmail.com", role = c("aut", "cre"))
Description: Functional programming principles to iteratively run Cox 
    regression and plot its results. The results are reported in tidy data 
    frames. Additional utility functions are available for working with 
    other aspects of survival analysis such as survival curves, C-statistics, 
    etc.
License: GPL-3
LazyData: true
Depends: R (>= 3.1.2)
Imports: stats, dplyr (>= 0.4.3), survC1 (>= 1.0.2), survival (>=
        2.38.3), ggplot2 (>= 1.0.0), purrr (>= 0.1.0), magrittr (>=
        1.5), broom (>= 0.3.7), lazyeval (>= 0.2.0), glue
Suggests: tidyr (>= 0.4.1), testthat
URL: https://github.com/tinyheero/survutils
BugReports: https://github.com/tinyheero/survutils/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-07-21 15:10:53 UTC; fongchun
Author: Fong Chun Chan [aut, cre]
Maintainer: Fong Chun Chan <fongchunchan@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-22 17:50:02 UTC
