-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1.13 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
Package: phsopendata
Title: Extract Open Data from opendata.nhs.scot
Version: 0.2.0
Authors@R: c(
person("Csilla", "Scharle", , "csilla.scharle2@phs.scot", role = c("aut", "cre")),
person("James", "McMahon", , "james.mcmahon@phs.scot", role = "aut"),
person("David", "Aikman", , "david.aikman@phs.scot", role = "aut"),
person("Ross", "Hull", , "ross.hull2@phs.scot", role = "aut")
)
Description: Functions to extract and interact with data from the Scottish
Health and Social Care Open Data platform.
License: GPL (>= 2)
URL: https://github.com/Public-Health-Scotland/phsopendata,
https://public-health-scotland.github.io/phsopendata/
BugReports: https://github.com/Public-Health-Scotland/phsopendata/issues
Imports:
cli (>= 3.2.0),
dplyr (>= 1.0.0),
httr (>= 1.0.0),
magrittr (>= 1.0.0),
purrr (>= 1.0.0),
rlang (>= 1.0.0),
stringdist,
tibble (>= 3.0.0)
Suggests:
covr,
jsonlite (>= 1.1),
readr (>= 1.0.0),
testthat (>= 3.0.0),
xml2
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2