-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 829 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 829 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
27
Package: ecoseries
Title: An R Interface to Brazilian Central Bank and Sidra APIs and the IPEA Data
Version: 0.1.5
Date: 2017-09-27
Authors@R: c(person("Fernando", "Teixeira", email = "fernando.teixeira@fgv.br", role = c("aut", "cre")),
person("Jonatha", "Azevedo", email = "jonatha.azevedo@fgv.br", role = "aut"))
Maintainer: Fernando Teixeira <fernando.teixeira@fgv.br>
BugReports: https://github.com/fernote7/ecoseries/issues
Description: Creates an R interface to the Bacen <http://api.bcb.gov.br/> and Sidra <http://api.sidra.ibge.gov.br> APIs and IPEA data <http://www.ipeadata.gov.br/Default.aspx>.
Depends:
R (>= 3.3.1)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports:
RCurl,
rjson,
rvest,
stats,
xml2,
magrittr,
readr,
tibble,
zoo
Suggests:
xlsx