Skip to content

CRAN release 0.4.18

Compare
Choose a tag to compare
@joshuaulrich joshuaulrich released this 09 Dec 19:50
· 111 commits to master since this release
  1. Fix issues handling https:// in getSymbols.yahooj(). Thanks to @Lobo1981 and @tchevri for the reports and @ethanbsmith for the suggestion to move from XML to xml2. #310 #312

  2. Fix getSymbols.yahoo(), getDividends(), and getSplits() so they all handle download errors and retry again. Thanks for @helgasoft for the report on getSymbols.yahoo() and @msfsalla for the report on getDividends() and getSplits(). #307 #314

  3. Add implied volatility and last trade date to getOptionChain() output. Thanks to @hd2581 and @romanlelek for the reports. And thanks to @rjvelasquezm for noticing the error when lastTradeDate is NULL. #224 #304

  4. Fix getOptionChain() to throw a warning and return NULL for every expiry that doesn't have data. #299

  5. Add "Defaults" handling to getQuote() and getQuote.yahoo(). Thanks to @ethanbsmith for the report. #291

  6. Add Bid and Ask fields to the output from getQuote(). Thanks to @jrburl for the report and PR. #302

  7. Fix "Defaults" to handle unexported function (e.g. getQuote.av(). Thanks to @helgasoft for the report. #316

  8. importDefaults() doesn't call get() on vector with length > 1. Thanks to Kurt Hornik for the report. #319