README.md

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


pedrocostaferreira/BETS documentation built on June 1, 2020, 7:53 a.m.