generated from nhsbsa-data-analytics/nhsbsaShinyR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
77 lines (77 loc) · 1.73 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
66
67
68
69
70
71
72
73
74
75
76
77
Package: carehomes2
Title: Estimated prescribing patterns for care home patients: 2020/21 to 2022/23
Version: 0.0.0.9000
Authors@R:
c(person(given = "DALL",
family = "",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Adnan",
family = "Shroufi",
role = "ctb",
email = "[email protected]"),
person(given = "Mihail",
family = "Garbuzov",
role = "ctb",
email = "[email protected]"),
person(given = "Mark",
family = "McPherson",
role = "ctb",
email = "[email protected]"))
Description: This R package has been developed by NHS Business Services
Authority Data Analytics Learning Lab to use a combination of analytics and
user research to explore prescribing in care homes in England over the three
year period: 2020/21 to 2022/23.
License: Apache License (>= 2)
Imports:
config,
dplyr,
DT,
fontawesome,
forcats,
golem,
highcharter,
htmltools,
htmlwidgets,
janitor,
kableExtra,
knitr,
magrittr,
markdown,
nhsbsaR,
NHSRtheme,
openxlsx,
pkgload,
purrr,
reactable,
rlang,
rsvg,
scales,
shiny,
shinyusertracking,
stats,
stringr,
tibble,
tidyr
Suggests:
addressMatchR,
DBI,
dbplyr,
glue,
httr,
jsonlite,
lubridate,
pacman,
readr,
tictoc,
yaml
Remotes:
nhsbsa-data-analytics/addressMatchR,
nhsbsa-data-analytics/nhsbsaR,
nhsbsa-data-analytics/shinyusertracking,
nhs-r-community/NHSRtheme
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends:
R (>= 4.3)