-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.95 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.95 KB
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
Package: opencodecounts
Title: Clinical Code Usage in England
Version: 0.5.0
Authors@R: c(
person("Milan", "Wiedemann", email = "milan.wiedemann@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1991-282X")),
person("Arina A.", "Tamborska", email = "arina.tamborska@phc.ox.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-4661-8407")),
person("Rose", "Higgins", email = "rose.higgins@phc.ox.ac.uk", role = "aut",
comment = c(ORCID = "0000-0002-5295-4370")),
person("Viveck", "Kingsley", email = "viveck.kingsley@phc.ox.ac.uk", role = "aut",
comment = c(ORCID = "0009-0003-0864-7132")),
person("Louis", "Fisher", email = "louis.fisher@phc.ox.ac.uk", role = "aut",
comment = c(ORCID = "0000-0002-0295-3812")),
person("Lola", "Ojedele", email = "lolaojedele@gmail.com", role = "aut",
comment = c(ORCID = "0009-0008-4895-6913")),
person("Kunle", "Oreagba", email = "kioreagba@gmail.com", role = "aut",
comment = c(ORCID = "0009-0004-5079-1362")),
person("Kaylee", "Poon", email = "kayleepoon852@gmail.com", role = "aut",
comment = c(ORCID = "0009-0001-6846-4501")),
person("Wellcome Trust", role = "fnd"))
Description: SNOMED and ICD-10 Code Usage Counts in England provided by NHS Digital.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 3.5)
LazyData: true
LazyDataCompression: bzip2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/bennettoxford/opencodecounts, https://bennettoxford.github.io/opencodecounts/
BugReports: https://github.com/bennettoxford/opencodecounts/issues
Imports:
bsicons,
bslib,
data.table,
dplyr,
DT,
ggplot2,
gt,
here,
httr2,
lubridate,
plotly,
purrr,
readr,
S7,
scales,
shiny,
stringr,
tibble,
tidyr
VignetteBuilder: knitr