-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.14 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
Package: meedr
Title: Macroeconomic Expectations Data in R using the Central Bank of Brazil API
Version: 0.0.4
Authors@R:
person(given = "Fernando",
family = "da Silva",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7491-6930"))
Description: Provides quick and easy access to market expectations data to the main macroeconomic indicators in the Focus report, made available by the Central Bank of Brazil through the Expectations System data API <https://dadosabertos.bcb.gov.br/>. This package offers an R interface to the API and other advantages, such as using a caching system and the option to use all the machine's cores (parallel computing).
License: MIT + file LICENSE
URL: https://fortietwo.com/meedr/, https://github.com/schoulten/meedr
BugReports: https://github.com/schoulten/meedr/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
dplyr,
furrr,
future,
httr,
jsonlite,
memoise,
purrr
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
utf8
Config/testthat/edition: 3
Language: en-US