Red (Taylor’s Version) has replaced Red in taylor_album_songs
(#9).
The type
argument of color_palette()
is deprecated and will be removed in a future release. Previously, if you wanted to interpolate more colors between those originally specified, you needed to specify type = "continuous"
. This was misleading, because color_palette()
still returned a discrete number of colors (n
). Now, interpolation happens automatically if n
is greater than length(pal)
.
New color palette added to album_palettes
for Red (Taylor’s Version).
New single color added to album_compare
for Red (Taylor’s Version).
Metacritic score for Red (Taylor’s Version) has been added to taylor_albums
.
Wildest Dreams (Taylor’s Version) has been added as a non-album single. Presumably this will eventually move to 1989 (Taylor’s Version).
Hex logo and pkgdown website have been updated to have a Red (Taylor’s Version) theme.
Fix the majority of non-ASCII characters in song lyrics. Remaining characters are en/em dashes and letters with accent marks.
color_palette()
now preserves color names, either through R color specifications (i.e., colors()
) or a named vector supplied to pal
(#12).
Added “Birch” from Big Red Machine’s How Long Do You Think It’s Gonna Last? to taylor_all_songs
.
Updated tests for the upcoming release of testthat (@hadley, #10).
NEWS.md
file to track changes to the package.