-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 800 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 800 Bytes
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
Package: opendataes
Version: 0.0.1
Title: Interact with the datos.gob.es API to download public data from all of Spain
Description: Easily interact with the API from http://datos.gob.es to download data over 19,000 files from all different provinces of Spain.
Authors@R: c(
person("Jorge", "Cimentada", , "cimentadaj@gmail.com", c("aut", "cre")),
person("Jorge", "Lopez", , "jorge@loperez.com", c("aut"))
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
BugReports: https://github.com/ropenspain/opendataes/issues
URL: https://github.com/ropenspain/opendataes, https://ropenspain.github.io/opendataes/
Imports:
httr,
readr,
tibble
RoxygenNote: 7.1.1
Suggests:
testthat,
covr,
dplyr,
knitr,
rmarkdown
VignetteBuilder: knitr