As v0.3.0, geckor
is no longer published on CRAN.
CoinGecko significantly reduced the rate limit of the free version of its API - from 50 to ca. 10-30 calls/minute. This had a dramatic effect on how geckor
functions and how much data can be retrieved using its functions. In particular, the following changes had to be introduced in v0.3.0:
coin_history_*
functions now accept a much smaller number of coin IDs to process simultaneously (5 vs 30 in v0.2.0).coin_tickers()
function retrieves up to 5 pages of data.R CMD check
.coin_history()
and coin_history_range()
functions.coin_history_*
functions have been re-written so that they can retrieve data for multiple coins (up to 30) in one call.api_request()
function has been modified to fail more gracefully when the API calls time out or errors occur.cran-comments.md
and made other preparations for CRAN release.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.