Type: Package
Package: easysurv
Title: Simplify Survival Data Analysis and Model Fitting
Version: 2.0.1
Authors@R: c(
    person("Niall", "Davison", , "niall.davison@maplehealthgroup.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-9447-0825")),
    person("Brad", "Kievit", , "brad.kievit@maplehealthgroup.com", role = "aut"),
    person("Maple Health Group, LLC", role = c("cph", "fnd"))
  )
Description: Inspect survival data, plot Kaplan-Meier curves, assess the
    proportional hazards assumption, fit parametric survival models,
    predict and plot survival and hazards, and export the outputs to
    Excel.  A simple interface for fitting survival models using 
    'flexsurv::flexsurvreg()', 'flexsurv::flexsurvspline()', 
    'flexsurvcure::flexsurvcure()', and 'survival::survreg()'.
License: MIT + file LICENSE
URL: https://github.com/Maple-Health-Group/easysurv,
        https://maple-health-group.github.io/easysurv/
BugReports: https://github.com/Maple-Health-Group/easysurv/issues
Depends: R (>= 4.1.0)
Imports: bshazard, censored, cli, data.table, dplyr, flexsurv,
        flexsurvcure, ggplot2, ggsurvfit, openxlsx, parsnip, plotly,
        purrr, rlang, scales, stats, survival, tibble, tidyr, usethis,
        utils
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/Needs/website: r-lib/asciicast
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-06-20 19:26:29 UTC; NiallDavison
Author: Niall Davison [aut, cre] (<https://orcid.org/0000-0002-9447-0825>),
  Brad Kievit [aut],
  Maple Health Group, LLC [cph, fnd]
Maintainer: Niall Davison <niall.davison@maplehealthgroup.com>
Repository: CRAN
Date/Publication: 2024-06-21 10:30:06 UTC
Built: R 4.3.3; ; 2024-06-21 15:03:56 UTC; unix
