Type: Package
Package: easysurv
Title: Simplify Survival Data Analysis and Model Fitting
Version: 2.0.2
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 (>= 1.2.0), 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.2
NeedsCompilation: no
Packaged: 2025-10-08 10:34:50 UTC; NiallDavison
Author: Niall Davison [aut, cre] (ORCID:
    <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: 2025-10-08 11:30:02 UTC
Built: R 4.4.1; ; 2025-10-08 15:11:38 UTC; unix
