-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
29 lines (29 loc) · 990 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
Package: infoelectoral
Type: Package
Title: Download Spanish Election Results
Version: 1.0.2
Authors@R:
person("Héctor", "Meleiro",
email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Héctor Meleiro <[email protected]>
Description: Download official election results for Spain at polling station, municipality and province level from the Ministry of Interior (<https://infoelectoral.interior.gob.es/es/elecciones-celebradas/area-de-descargas/>), format them and import them to the R environment.
Depends: R (>= 3.5.0)
License: GPL-2
URL: https://github.com/rOpenSpain/infoelectoral
BugReports: https://github.com/rOpenSpain/infoelectoral/issues
Encoding: UTF-8
LazyData: true
Imports: dplyr (>= 1.0.0), stringr (>= 1.0.0), httr (>= 1.0.0)
Suggests:
ggplot2,
mapSpain (>= 0.9.0),
patchwork,
purrr,
tidyr,
preferably (>= 0.4.1),
knitr,
testthat (>= 3.0.0)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3