-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.07 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
Package: nhsbsaR
Title: NHSBSA R package
Version: 0.0.0.9350
Authors@R:
c(person(given = "Adam",
family = "Ivison",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Mihail",
family = "Garbuzov",
role = c("ctb"),
email = "[email protected]"),
person(given = "Adnan",
family = "Shroufi",
role = c("ctb"),
email = "[email protected]")
)
Description: Helper package for common NHSBSA R actions.
License: Apache License (>= 2) + file LICENSE
URL: https://github.com/nhsbsa-data-analytics/nhsbsaR
BugReports: https://github.com/nhsbsa-data-analytics/nhsbsaR/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.3.0)
Imports:
data.table,
DBI,
dplyr,
dbplyr,
ggplot2,
glue,
highcharter,
NHSRtheme,
odbc,
pool,
readr,
stringr
Remotes:
nhs-r-community/NHSRtheme
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3