Package: healthyR
Title: Hospital Data Analysis Workflow Tools
Version: 0.2.0
Authors@R: c(
    person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre")),
    person("Steven Sanderson", role = "cph"))
Description: 
    Hospital data analysis workflow tools, modeling, and automations. This library
    provides many useful tools to review common administrative hospital data. Some 
    of these include average length of stay, readmission rates, average net pay
    amounts by service lines just to name a few. The aim is to provide a simple
    and consistent verb framework that takes the guesswork out of everything.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
URL: https://github.com/spsanderson/healthyR
BugReports: https://github.com/spsanderson/healthyR/issues
Imports: magrittr, rlang (>= 0.1.2), tibble, timetk, ggplot2, dplyr,
        lubridate, graphics, purrr, stringr, writexl, cowplot, scales,
        sqldf, tidyr, ggrepel, plotly
Suggests: knitr, rmarkdown, roxygen2, pacman, healthyR.data, broom,
        uwot, tidyselect
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2022-07-18 19:17:04 UTC; steve
Author: Steven Sanderson [aut, cre],
  Steven Sanderson [cph]
Maintainer: Steven Sanderson <spsanderson@gmail.com>
Repository: CRAN
Date/Publication: 2022-07-18 19:40:02 UTC
