spotifyr 2.1.5
spotifyr 2.1.4
spotifyr 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.
spotifyr 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.
spotifyr 2.2.0
- Release candidate for CRAN.
- Resubmitted after reformatting two (possibly) invalid urls.
spotifyr 2.2.1
- 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.
spotifyr 2.2.2
- Fixes bug #152. Thanks
for the report, _@pham-thomas_!
- Incorporates better API call, thanks for the valuable contribution,
@annnvv.
spotifyr 2.2.3
- 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.