Releases: charlie86/spotifyr
Recent updates
This pre-release (not yet on CRAN) contains some pertinent fixes from @pmcharrison (thank you!)
After further checks, and review from remaining pull requests will go to CRAN.
Removing the genius library link
- Removing the
genius
dependency as it is archived now. - Small bug fixes by @yogat3ch (thanks!)
2.2.3 Bug fixes
- 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 withget_artist_albums()
for more
Modernized exception handling and documentation, some bug fixes
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