rbcb 0.1.14
- Correct BUG Issue #61 - Error importing quarterly data as ts objects
rbcb 0.1.11
- created documentation site with pkgdown
-
rbcb_getimplemented for SGS API, it is being used as the infrastruture for get_series (Issue #17) - new function
sgs_untidyto convert tidy dataframes returned byrbcb_getto xts and ts objects - NAMESPACE organized (use more importFrom instead of import in NAMESPACE)
- upgraded tests to testthat 3
- more tests to improve coverage
- implemented a cache system (thru
options) (Issue #54) - new functions that access datasets API
rbcb 0.1.10
CRAN release: 2022-03-30
- added new Selic endpoints for market expectations API:
get_selic_market_expectationsandget_top5s_selic_market_expectations. - Added a
NEWS.mdfile to track changes to the package.
rbcb 0.1.9
CRAN release: 2022-02-24
- added
skip_on_cranto more tests that need connectivity - added a
load_infoargument toseries_objfunction to enable/disable series information loading
rbcb 0.1.8
CRAN release: 2022-01-30
- added
skip_on_cranto tests that need connectivity - added
\dontrunto examples that need connectivity
rbcb 0.1.7
CRAN release: 2022-01-10
- new market expectations function:
get_market_expectations - new API for exchange rates using olinda API
- new addins: rbcb_search, rbcb_dataset
rbcb 0.1.5
CRAN release: 2018-06-30
- implemented functions to get market expectations data:
get_twelve_months_inflation_expectations,get_top5s_annual_market_expectations,get_top5s_monthly_market_expectations - implemented helpers to extract data from bid and ask columns of currency time series (issue #21)
rbcb 0.1.4
CRAN release: 2018-06-01
- implemented functions to get market expectations data:
get_monthly_market_expectations,get_quarterly_market_expectations,get_annual_market_expectations - implemented a workaround to solve the BUG of duplicated currencies in the PTAX form (issue #19)
