/BETS

It provides access to and information about the most important Brazilian economic time series - from the Getulio Vargas Foundation <http://portal.fgv.br/en>, the Central Bank of Brazil <http://www.bcb.gov.br> and the Brazilian Institute of Geography and Statistics <http://www.ibge.gov.br>. It also presents tools for managing, analysing (e.g. generating dynamic reports with a complete analysis of a series) and exporting these time series.

Primary LanguageR

Build Status CRAN_Status_Badge downloads Build Status

DEPRECATED!!! please, go to: https://github.com/nmecsys/BETS

BETS - Brazilian Economic Times Series

Installation

install.packages("BETS") 

Usage

library(BETS)

Warning

The last version of RMySQL is not working properly, therefore, if you install it along with BETS, some functions won't work. To solve it, do the following:

remove.packages(c("RMySQL","DBI"))
install.packages("devtools")
devtools::install_version("DBI", version = "0.5", repos = "http://cran.us.r-project.org")
devtools::install_version("RMySQL", version = "0.10.9", repos = "http://cran.us.r-project.org")