forked from JosiahParry/genius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 841 Bytes
/
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
Package: genius
Title: Easily Access Song Lyrics from Genius.com
Version: 2.2.3
Authors@R: c(
person("Josiah", "Parry", email = "[email protected]", role = c("aut", "cre")),
person("Nathan", "Barr", email = "[email protected]", role = c("aut", "ctb")),
person("Chris", "Billingham", email = "[email protected]", role = "ctb"),
person("Evan", "Oppenheimer", email = "[email protected]", role = "ctb")
)
Description: Easily access song lyrics in a tidy way.
URL: https://github.com/josiahparry/genius
BugReports: https://github.com/josiahparry/genius/issues
Depends:
R (>= 3.1.2)
Imports:
dplyr (>= 0.7.0),
rvest,
stringr,
tidyr,
purrr,
tibble,
tidytext,
reshape2,
rlang,
magrittr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat