-
Notifications
You must be signed in to change notification settings - Fork 67
/
DESCRIPTION
80 lines (80 loc) · 1.79 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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 = "[email protected]",
role = c("aut")
),
person(
given = "Daniel",
family = "Antal",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7513-6760")
),
person(
given = "Josiah",
family = "Parry",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-9910-865X")
),
person(
given = "Donal",
family = "Phipps",
email = "[email protected]",
role = "aut"
),
person(
given = "Tom",
family = "Wolff",
email = "[email protected]",
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
<https://developer.spotify.com/documentation/web-api/> in bulk, or post items on a
'Spotify' user's playlist.
Maintainer: Daniel Antal <[email protected]>
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
LazyData: true
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