Skip to contents

crypto2 (development version)

crypto2 1.4.0

CRAN release: 2022-01-10

Due to a change in the web-api of CMC we can only make one call to the api per minute (else, it will just deliver the same output as for the first call of the 60 seconds). To reduce the overhang, I have redesigned the interfaces to retrieve as many ids from one api call as possible (limited by the 2000 character limitation of the URL). We can set requestLimit to increase/decrease the number of simultaneous ids that are retrieved from CMC.

crypto2 1.3.0

CRAN release: 2021-06-24

Rewrite of crypto_info and exchange_info to take similar input as crypto_history. Also extensively updated readme.

crypto2 1.2.1

Adapt spelling and ’’ for CRAN and explain why I have taken Jesse Vent off the package authors (except function names everything else is new)

crypto2 1.2.0

Add Exchange functions, delete unnecessary functions, update readme, prepare for submission to cran

crypto2 1.1.3.9000

  • Corrected small error in crypto_info where non-existing slugs led to break of the code (because for some reason I stopped using “Insistent”)

crypto2 1.1.3.9000

  • Correct a glitch in the tag data, where now not enough group observations are available. Info I have therefore deleted.
  • Corrected small error about empty list in coin_info

crypto2 1.1.2.9000

  • Added a NEWS.md file to track changes to the package.
  • Deleted necessary API key from crypto_list(). Now we do not need an api key anymore