Package: healthyR Title: Hospital Data Analysis Workflow Tools Version: 0.2.2.9000 Authors@R: c( person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre","cph"), comment = c(ORCID = "0009-0006-7661-8247") ) ) 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 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, plotly Suggests: knitr, rmarkdown, pacman, healthyR.data, broom, tidyselect VignetteBuilder: knitr Depends: R (>= 4.1.0) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://spsanderson.r-universe.dev Date/Publication: 2025-11-06 19:57:38 UTC RemoteUrl: https://github.com/spsanderson/healthyR RemoteRef: HEAD RemoteSha: fc358aa4f8447fe042e634135c4782e1be64574e NeedsCompilation: no Packaged: 2026-06-04 08:27:55 UTC; root Author: Steven Sanderson [aut, cre, cph] (ORCID: ) Maintainer: Steven Sanderson