-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.25 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
Package: cqcr
Title: Access 'Care Quality Commission' Data
Version: 0.1.3.9000
Authors@R:
person(given = "Evan",
family = "Odell",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1845-808X"))
Description: Access data from the 'Care Quality Commission', the health
and adult social care regulator for England. The 'Care Quality Commission'
operates an API
<https://www.cqc.org.uk/about-us/transparency/using-cqc-data#api>, with
data available under the Open Government License. Data includes information
on service providers, locations such as hospitals, care homes and
medical clinics, and ratings and inspection reports.
URL: https://github.com/evanodell/cqcr, https://docs.evanodell.com/cqcr
BugReports: https://github.com/evanodell/cqcr/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
dplyr,
httr,
jsonlite,
anytime,
snakecase,
rlang,
purrr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
covr,
tibble,
knitr,
rmarkdown,
leaflet,
scales,
htmltools,
pbapply,
readr,
forcats,
tidyr
VignetteBuilder: knitr