fernote7 / BETS

Package to obtain and analyze thousands of Brazilian economic time series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status CRAN_Status_Badge downloads Build Status

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") 

About

Package to obtain and analyze thousands of Brazilian economic time series


Languages

Language:R 99.9%Language:TeX 0.1%