-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.02 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
Package: chorrrds
Title: Music Chords Extraction
Type: Package
Version: 0.1.9.4
Authors@R:
c(
person(given = "Bruna", family = "Wundervald", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8163-220X")),
person(given = "Matthew", family = "Leonawicz", role = c("ctb"), comment = c(ORCID = "0000-0001-9452-2771")),
person(given = "Luca", family = "Carbone", role = c("ctb"), comment = c(ORCID = "0000-0003-1688-9468"))
)
Description: Extracts music chords from the 'CifraClub' website <https://www.cifraclub.com.br/>.
The package also has functions for cleaning the extracted data and
feature extraction.
Depends: R (>= 2.10)
Suggests:
ggplot2,
knitr,
network,
covr,
testthat
URL: https://github.com/r-music/chorrrds
BugReports: https://github.com/r-music/chorrrds/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.0
Imports:
stringr,
dplyr,
xml2,
rvest,
magrittr,
purrr,
forcats,
rlang