-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 895 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: stortingscrape
Type: Package
Title: Access Data from the Norwegian Parliament API
Version: 0.3.2
Authors@R: person(given = "Martin",
family = "Søyland",
email = "martin.soyland@stv.uio.no",
comment = c(ORCID = "0000-0002-2463-8469"),
role = c("aut", "cre"))
Description: Functions for retrieving general and specific data from the Norwegian Parliament,
through the Norwegian Parliament API at <https://data.stortinget.no>.
URL: https://github.com/martigso/stortingscrape,
https://martigso.github.io/stortingscrape/
BugReports: https://github.com/martigso/stortingscrape/issues
Depends: R (>= 4.2.0)
Encoding: UTF-8
Imports: rvest, httr2, parallel, stringr
Suggests: magick, rmarkdown, knitr, pscl
License: GPL (>= 3)
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
LazyData: true