forked from fmgarciadiaz/PortalHacienda-CRAN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.04 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
Package: PortalHacienda
Type: Package
Title: Acceder Con R a Los Datos Del Portal De Hacienda
Version: 0.1.5
Authors@R: person("Fernando", "Garcia Diaz", email = "[email protected]",
role = c("aut", "cre"))
Description: Obtener listado de datos, acceder y extender series del Portal de
Datos de Hacienda.Las proyecciones se realizan con 'forecast',
Hyndman RJ, Khandakar Y (2008) <doi:10.18637/jss.v027.i03>.
Search, download and forecast time-series from the Ministry of Economy
of Argentina. Forecasts are built with the 'forecast' package,
Hyndman RJ, Khandakar Y (2008) <doi:10.18637/jss.v027.i03>.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/fmgarciadiaz/PortalHacienda-CRAN
Imports:
dplyr (>= 0.8.5),
forecast (>= 8.12),
timetk (>= 2.0),
lubridate (>= 1.7.8),
xts (>= 0.12-0),
httr,
tibble (>= 3.0.1),
magrittr (>= 1.5),
zoo (>= 1.8-8),
curl
RoxygenNote: 7.1.1
Depends: R (>= 3.6.0)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr