-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.13 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
43
Package: perutranspaeconomica
Title: Consulta el portal de 'Transparencia Económica' de Perú
Version: 0.3.1.9000
Authors@R:
person("Samuel", "Calderon", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-6847-1210"))
Description: Usa una interfaz de programación consistente y escalable
para obtener datos del portal de 'Transparencia Económica'
de Perú <https://www.mef.gob.pe/es/seguimiento-de-la-ejecucion-presupuestal-consulta-amigable>.
License: MIT + file LICENSE
URL: https://perutranspaeconomica.samuelenrique.com,
https://github.com/calderonsamuel/perutranspaeconomica
BugReports: https://github.com/calderonsamuel/perutranspaeconomica/issues
Imports:
cli,
dplyr,
glue,
httr2,
janitor,
magrittr,
purrr,
readr,
rlang,
rvest,
S7,
stats,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
DiagrammeR,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: es
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3