forked from charlie86/spotifyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: spotifyr
Title: R Wrapper for the 'Spotify' Web API
Version: 2.1.1
Authors@R: c(person("Charlie", "Thompson", email = "[email protected]", role = c("aut", "cre")), person("Josiah", "Parry", email = "[email protected]", role = "aut"), person("Donal", "Phipps", email = "[email protected]", role = "aut"), person("Tom", "Wolff", email = "[email protected]", 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,
janitor
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests: testthat, genius
URL: http://github.com/charlie86/spotifyr
BugReports: http://github.com/charlie86/spotifyr/issues