-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·39 lines (39 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
Package: NHSRwaitinglist
Title: R-package to implement a waiting list management approach
Version: 0.0.0.9001
Authors@R: c(
person("Neil", "Walton", ,"[email protected]", c("cre", "aut"), comment = c(ORCID ="0000-0002-5241-9765")),
person("Jacqueline", "Grout", ,"[email protected]", "aut"),
person("Zoë", "Turner", , "[email protected]", "aut", comment = c(ORCID = "0000-0003-1033-9158")),
person("Matt", "Dray", , "[email protected]", "aut"),
person("Paul", "Fenton", , "[email protected]", "aut"),
person("Marcos", "Fabietti", ,"[email protected]", "aut"),
person("Tom", "Smith", ,"[email protected]", "aut"),
person("Chris", "Mainey", ,"[email protected]", "aut", comment = c(ORCID ="0000-0002-3018-6171")),
person("NHS-R community", email = "[email protected]", role = "cph")
)
Maintainer: Tom Smith <[email protected]>
Description: R-package to implement the waiting list management approach described in this paper by Fong et al 2022.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://nhs-r-community.github.io/NHSRwaitinglist/
Config/testthat/edition: 3
Imports:
cli,
dplyr,
rlang,
purrr,
utils,
stats,
randomNames
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Depends:
R (>= 2.10)
LazyData: true