- Minor fixes from @pmcharrison.
- Minor improvements from @yogat3ch for long playlists PR186 and playlists with 0 songs PR183.
- Removal of the genius dependency @JosiahParry, PR189.
- Added a
NEWS.md
file to track changes to the package. - New New minor CRAN release 2.2 project on github
- Remove deprecated dependency in README ggjoy and replace it with ggridges
- Remove good examples from README if they are broken links.
- Add pkgdown package reference website.
- Further documentation improvements, adding sections to the documentation.
- Fixing
dedupe_album_names()
. Adding assertion toget_artist_audio_features()
for reported issue with non-existing artist.
- Release candidate for CRAN.
- Resubmitted after reformatting two (possibly) invalid urls.
- All functions in the documentation have well-specified return values.
- Assertions are made with assertthat for more meaningful error messages. Use
validate_parameters()
. - Released on CRAN.
- 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 consistency in the function API.