Package: spotifyr
Title: R Wrapper for the 'Spotify' Web API
Version: 2.2.3
Date: 2021-11-02
Authors@R: c(
    person(
      given = "Charlie", 
      family = "Thompson", 
      email = "chuck@rcharlie.com", 
      role = c("aut")
      ), 
    person(
       given = "Daniel", 
       family = "Antal", 
       email = "daniel.antal@ceemid.eu", 
       role = c("aut", "cre"),
       comment = c(ORCID = "0000-0001-7513-6760")
       ),   
    person(
       given = "Josiah", 
       family = "Parry", 
       email = "josiah.parry@yahoo.com", 
       role = "aut", 
       comment = c(ORCID = "0000-0001-9910-865X")
       ), 
    person(
      given = "Donal", 
      family = "Phipps", 
      email = "donal.phipps@gmail.com", 
      role = "aut"
      ), 
    person(
       given  = "Tom", 
       family = "Wolff", 
       email = "tom.wolff@duke.edu", 
       role = "aut"
       )
   )
Description: An R wrapper for pulling data from the 'Spotify' Web API 
  <https://developer.spotify.com/documentation/web-api/> in bulk, or post items on a
  'Spotify' user's playlist.
Maintainer: Daniel Antal <daniel.antal@ceemid.eu>
Depends: R (>= 3.3.0)
Imports: dplyr, purrr, tidyr, httr, lubridate, jsonlite, readr, rvest,
        stringr, tibble, janitor, rlang, ggridges, magrittr, genius,
        assertthat, xml2
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0)
URL: https://github.com/charlie86/spotifyr
BugReports: https://github.com/charlie86/spotifyr/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-11-02 16:49:14 UTC; Daniel Antal
Author: Charlie Thompson [aut],
  Daniel Antal [aut, cre] (<https://orcid.org/0000-0001-7513-6760>),
  Josiah Parry [aut] (<https://orcid.org/0000-0001-9910-865X>),
  Donal Phipps [aut],
  Tom Wolff [aut]
Repository: CRAN
Date/Publication: 2021-11-02 18:00:02 UTC
