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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://maple-health-group.r-universe.dev Date/Publication: 2025-10-16 14:27:59 UTC RemoteUrl: https://github.com/maple-health-group/easysurv RemoteRef: HEAD RemoteSha: ea4673b7ebc8b092d691ef8155e63de499a1e5ff NeedsCompilation: no Packaged: 2026-07-13 07:51:53 UTC; root Author: Niall Davison [aut, cre] (ORCID: ), Brad Kievit [aut], Maple Health Group, LLC [cph, fnd] Maintainer: Niall Davison