Skip to content

riingo 0.2.0

Compare
Choose a tag to compare
@DavisVaughan DavisVaughan released this 16 May 12:38
· 50 commits to master since this release
  • All functions are now robust against partial successes with multiple tickers,
    and will return any data that could be downloaded and warn about the tickers
    that failed. If all tickers fail, an error is thrown (#6).

  • A small change was made in riingo_iex_quote() to reflect the fact that the
    Tiingo API correctly returns JSON arrays now.

  • The deprecated glue::collapse() has been replaced
    with glue::glue_collapse() (#7).