forked from evanodell/hansard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.27 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
Type: Package
Package: hansard
Title: Provides Easy Downloading Capabilities for the UK Parliament API
Version: 0.8.0.9000
Authors@R:
person("Evan Odell", , , "evanodell91@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1845-808X"))
Maintainer: Evan Odell <evanodell91@gmail.com>
Description: Provides functions to download data from the
<https://explore.data.parliament.uk/> APIs. Because of the structure
of the API, there is a named function for each type of available data
for ease of use, as well as some functions designed to retrieve
specific pieces of commonly used data. Functions for each new API will
be added as and when they become available.
License: MIT + file LICENSE
URL: https://docs.evanodell.com/hansard,
https://ropengov.github.io/hansard/,
https://github.com/rOpenGov/hansard
BugReports: https://github.com/EvanOdell/hansard/issues
Depends:
R (>= 3.2.0)
Imports:
dplyr,
httr,
jsonlite,
lubridate,
snakecase,
tibble,
tidyr
Suggests:
covr,
knitr,
methods,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov