Changes in version 2.2.3 (2021-11-02) - 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 consistency in the function API. Changes in version 2.2.2 - Fixes bug #152. Thanks for the report, @pham-thomas! - Incorporates better API call, thanks for the valuable contribution, @annnvv. Changes in version 2.2.1 (2021-06-17) - 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. Changes in version 2.2.0 - Release candidate for CRAN. - Resubmitted after reformatting two (possibly) invalid urls. Changes in version 2.1.5 - Minor fixes from @pmcharrison. Changes in version 2.1.4 - Minor improvements from @yogat3ch for long playlists PR186 and playlists with 0 songs PR183. - Removal of the genius dependency @JosiahParry, PR189. Changes in version 2.1.3 - Further documentation improvements, adding sections to the documentation. - Fixing dedupe_album_names(). Adding assertion to get_artist_audio_features() for reported issue with non-existing artist. Changes in version 2.1.2 - 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.