-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.04 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
Package: NHSRtt
Type: Package
Title: Scenario plan for future elective scenarios using public NHS data
Version: 0.2.0
Authors@R: c(
person("Sebastian", "Fox", , "sebastian.fox3@nhs.net", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2832-773X")),
person("Richard", "Wood", role = "aut",
comment = c(ORCID = "0000-0002-3476-395X ")),
person("Richard", "Blackwell", role = "aut")
)
Description: Using published (or local) data for counts of completed pathways,
incomplete treatment pathways and referrals, produce a stock and flow model
to calibrate paramters and forecast future waiting times.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
dplyr,
dtplyr,
lubridate,
purrr,
data.table,
rlang,
rvest,
tidyr,
xml2
Suggests:
forecast,
gganimate,
ggplot2,
gifski (>= 1.4.3),
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://nhs-bnssg-analytics.github.io/NHSRtt/