-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
65 lines (65 loc) · 1.46 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: healthyR.ts
Title: The Time Series Modeling Companion to 'healthyR'
Version: 0.3.1.9000
Authors@R: c(
person("Steven","Sanderson", email = "[email protected]", role = c("aut","cre","cph"),
comment = c(ORCID = "0009-0006-7661-8247")
)
)
Description:
Hospital time series data analysis workflow tools, modeling, and automations.
This library provides many useful tools to review common administrative time
series hospital data. Some of these include average length of stay, and
readmission rates. 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: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
URL: https://www.spsanderson.com/healthyR.ts/, https://github.com/spsanderson/healthyR.ts
BugReports: https://github.com/spsanderson/healthyR.ts/issues
Imports:
magrittr,
rlang (>= 0.1.2),
tibble,
timetk,
tidyr,
dplyr,
purrr,
ggplot2,
lubridate,
plotly,
recipes,
modeltime,
cowplot,
graphics,
forcats,
stringi,
parsnip,
workflowsets,
hardhat
Suggests:
knitr,
rmarkdown,
scales,
rsample,
healthyR.ai,
stringr,
forecast,
tidymodels,
glue,
xts,
zoo,
TSA,
tune,
dials,
workflows,
tidyselect,
glmnet,
earth,
smooth,
kernlab
VignetteBuilder: knitr
Depends:
R (>= 3.3)