- new function check_internet() that will check for an active internet connection every R session. It will not repeat the test once it is passed.
Thank you Henrique for the work in both, live prices and dividends!
- fix for when user is requesting one trading day. Now it gives a warning and not an error -- fixes #23
- added new market index DOW (^DJI)
- now using roxygen version 7.2.3
- now using tidyselect::all_of() (fixes issue #22)
- switched curl::has_internet by pingr::is_online() -- the first doesn't seem to work on restricted networks. Fixes #20
- fix for when user is requesting one trading day -- fixes #19
- fixed bug on number of files at cache folder
- changed FB ticker to META
- fixed bug in calculation of log accumulated returns
- fixed bug in order of tickers (now it makes sure the ticker symbol is sorted)
- fixed bug with FB ticker (change to TSLA)
- many pkg changes after ropensci approval
- github repo is now under https://github.com/ropensci/yfR
- changed all \dontrun by \donttest (as suggested by CRAN team)
- used n_cores = 2 (as suggested by CRAN)
- Many changes for ropensci
- Added cumulative return at output
- Added warning message for parallel option (yahoo finance has just set a api limit)
- Fixed typos in readme.md
- First version, ported from BatchGetSymbols