Package: survutils
Title: Utility Functions for Survival Analysis
Version: 1.0.0
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: MIT + file LICENSE
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)
Suggests: tidyr (>= 0.4.1)
URL: https://github.com/tinyheero/survutils
BugReports: https://github.com/tinyheero/survutils/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-03-22 16:56:25 UTC; fongchun
Author: Fong Chun Chan [aut, cre]
Maintainer: Fong Chun Chan <fongchunchan@gmail.com>
Repository: CRAN
Date/Publication: 2017-03-22 19:21:02 UTC
