-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.05 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
Package: eurlex
Type: Package
Title: Retrieve Data on European Union Law
Version: 0.4.8
Authors@R: c(person(given = "Michal",
family = "Ovadek",
role = c("aut", "cre", "cph"),
email = "michal.ovadek@gmail.com",
comment = c(ORCID = "0000-0002-2552-2580")))
Description: Access to data on European Union laws and court decisions made easy with pre-defined 'SPARQL' queries and 'GET' requests. See Ovadek (2021) <doi:10.1080/2474736X.2020.1870150> .
License: GPL-3
Encoding: UTF-8
Language: en-US
Depends:
R (>= 3.5.0)
Imports:
magrittr,
dplyr,
xml2,
tidyr,
httr,
curl,
rvest,
rlang,
stringr,
pdftools,
antiword
Suggests:
knitr,
rmarkdown,
tidytext,
wordcloud,
purrr,
ggplot2,
ggiraph,
testthat (>= 3.0.0)
URL: https://michalovadek.github.io/eurlex/, https://github.com/michalovadek/eurlex
BugReports: https://github.com/michalovadek/eurlex/issues
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3