Package: spotifyr
Title: R Wrapper for the 'Spotify' Web API
Version: 2.0.0
Authors@R: c(person("Charlie", "Thompson", email = "chuck@rcharlie.com", role = c("aut", "cre")), person("Josiah", "Parry", email = "josiah.parry@yahoo.com", role = "aut"), person("Donal", "Phipps", email = "donal.phipps@gmail.com", role = "aut"), person("Tom", "Wolff", email = "tom.wolff@duke.edu", role = "aut"))
Description: An R wrapper for pulling data from the 'Spotify' Web API 
  <http://developer.spotify.com/web-api> in bulk. It allows you to enter 
  an artist's name and retrieve their entire discography in seconds, along 
  with audio features and lyrics from Genius Lyrics <https://www.genius.com>. 
  You can also pull song and playlist information for a given 'Spotify' user.
Depends: R (>= 3.3.0)
Imports: dplyr, purrr, tidyr, httr, lubridate, jsonlite, readr, rvest,
        stringr, tibble
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat
URL: http://github.com/charlie86/spotifyr
BugReports: http://github.com/charlie86/spotifyr/issues
NeedsCompilation: no
Packaged: 2019-03-04 19:57:45 UTC; charliet
Author: Charlie Thompson [aut, cre],
  Josiah Parry [aut],
  Donal Phipps [aut],
  Tom Wolff [aut]
Maintainer: Charlie Thompson <chuck@rcharlie.com>
Repository: CRAN
Date/Publication: 2019-03-06 11:00:03 UTC
