Package: spotifyr
Title: R Wrapper for the 'Spotify' Web API
Version: 2.2.5
Date: 2024-10-22
Authors@R: c(
person(
given = "Charlie",
family = "Thompson",
email = "chuck@rcharlie.com",
role = c("aut")
),
person(
given = "Daniel",
family = "Antal",
email = "daniel.antal@dataobservatory.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"
),
person(
given = "Stephen",
family = " Holsenbeck",
role = "ctb"
),
person(
given = "Peter",
family = "Harrison",
role = "ctb"
)
)
Description: An R wrapper for pulling data from the 'Spotify' Web API
in bulk,
or post items on a 'Spotify' user's playlist.
Maintainer: Daniel Antal
Depends: R (>= 3.3.0)
Imports: dplyr, purrr, httr, lubridate, jsonlite, readr, rvest,
stringr, tibble, janitor, rlang, magrittr, assertthat, xml2
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: ggridges, spelling, testthat (>= 3.0.0)
URL: https://github.com/charlie86/spotifyr
BugReports: https://github.com/charlie86/spotifyr/issues
Config/testthat/edition: 3
Language: en-US
Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libx11-dev
Repository: https://sillyplots.r-universe.dev
Date/Publication: 2024-10-24 08:28:09 UTC
RemoteUrl: https://github.com/sillyplots/spotifyr
RemoteRef: HEAD
RemoteSha: 68bc0ae54ee5f727b9ff6b70483f9b4b1fddaf3e
NeedsCompilation: no
Packaged: 2026-07-03 07:08:32 UTC; root
Author: Charlie Thompson [aut],
Daniel Antal [aut, cre] (ORCID:
),
Josiah Parry [aut] (ORCID: ),
Donal Phipps [aut],
Tom Wolff [aut],
Stephen Holsenbeck [ctb],
Peter Harrison [ctb]