-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.26 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
44
45
46
47
48
49
Package: rbcb
Type: Package
Title: R Interface to Brazilian Central Bank Web Services
Version: 0.1.14
Author: Wilson Freitas <[email protected]>
Maintainer: Wilson Freitas <[email protected]>
Description: The Brazilian Central Bank API delivers many datasets which regard economic
activity, regional economy, international economy, public finances, credit
indicators and many more. For more information please see <http://dadosabertos.bcb.gov.br/>.
These datasets can be accessed through 'rbcb' functions and can be obtained in
different data structures common to R ('tibble', 'data.frame', 'xts', ...).
URL: https://github.com/wilsonfreitas/rbcb,
https://wilsonfreitas.github.io/rbcb/
BugReports: https://github.com/wilsonfreitas/rbcb/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
httr,
jsonlite,
tibble,
xts,
xml2,
utils,
stats,
methods,
purrr,
digest
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
miniUI,
shiny,
dplyr,
covr,
withr
Collate:
'rbcb-package.R'
'rbcb_get.R'
'sgs.R'
'datasets.R'
'addins.R'
'rbcb_get_series.R'
'currency_helpers.R'
'utils.R'
'rbcb_get_currencies.R'
'odata-expectativas.R'
'odata_ptax.R'
Config/testthat/edition: 3