forked from rOpenSpain/senadoRES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 853 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
24
25
26
27
28
29
30
31
32
33
34
35
Type: Package
Package: senadoRES
Title: Information About the Senate of Spain
Version: 0.1.0.9000
Authors@R:
person(given = "Lluís",
family = "Revilla Sancho",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9747-2570"))
Description: Retrieve and parse information about the Spanish
Congress.
License: MIT + file LICENSE
URL: https://llrs.github.io/senadoRES,
https://github.com/llrs/senadoRES
BugReports: https://github.com/llrs/senadoRES/issues
Depends:
R (>= 3.6)
Imports:
httr (>= 1.4.2),
xml2 (>= 1.2.2)
Suggests:
covr,
dplyr (>= 1.0.2),
ggplot2 (>= 3.3.2),
knitr,
rmarkdown,
spelling,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1