-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 822 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 822 Bytes
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
Package: geniusr
Title: Tools for Working with the 'Genius' API
Version: 1.2.1.9000
Authors@R:
person("Ewen", "Henderson", email = "ewenhenderson@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4748-4693"))
Description: Provides tools to interact nicely with the 'Genius' API
<https://docs.genius.com/>.
Search hosted content, extract associated metadata and retrieve lyrics with ease.
URL: https://ewenme.github.io/geniusr/,
https://github.com/ewenme/geniusr
BugReports: https://github.com/ewenme/geniusr/issues
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Imports:
curl,
dplyr,
httr,
purrr,
rvest,
stringr,
tibble,
xml2
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr
Encoding: UTF-8
LazyData: yes
RoxygenNote: 7.2.1