Skip to content

Releases: charlie86/spotifyr

Removing the genius library link

14 Dec 20:36
Compare
Choose a tag to compare
  • Removing the genius dependency as it is archived now.
  • Small bug fixes by @yogat3ch (thanks!)

2.2.3 Bug fixes

02 Nov 18:08
7569e1d
Compare
Choose a tag to compare
  • Fixes bug #152. Thanks for the report, @pham-thomas!
  • Incorporates better API call, thanks for the valuable contribution, @annnvv.
  • Fixes #160 Thanks for reporting by @dwh1142 and fixing the scopes ,@bradisbrad.
  • Fixes #161 with the bug fix provided by @apsteinmetz. Thank you!
  • More consistent error messages for get_artist_audio_features(), which needs to be re-written together with get_artist_albums() for more

Modernized exception handling and documentation, some bug fixes

17 Jun 08:42
1fae67b
Compare
Choose a tag to compare

spotifyr is back on CRAN!

The version 2.2.1 modernized the code to make it compatible with tidyverse 1.0+ and stop some annoying deprecation warnings. What is more important, it got some bug fixes, and a very thoroughly reworked exception handling and documentation.

While there are no new features (in fact, we temporarily retired one), you will get far more meaningful and descriptive error messages, and hopefully do not run into some bugs that were eliminated. We are aware of some further issues, and we hope that people who experience undesired outcomes from the code can localize the problem and report us issues that are easier to handle.
You can download the new version with install.packages(“spotifyr”) from CRAN