-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.3 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
Package: taylor
Title: Lyrics and Song Data for Taylor Swift's Discography
Version: 3.1.0.9000
Authors@R:
person("W. Jake", "Thompson", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7339-0300"))
Description: A comprehensive resource for data on Taylor Swift songs. Data
is included for all officially released studio albums, extended plays
(EPs), and individual singles are included. Data comes from 'Genius'
(lyrics) and 'Spotify' (song characteristics). Additional functions
are included for easily creating data visualizations with color
palettes inspired by Taylor Swift's album covers.
License: MIT + file LICENSE
URL: https://taylor.wjakethompson.com,
https://github.com/wjakethompson/taylor
BugReports: https://github.com/wjakethompson/taylor/issues
Depends:
R (>= 3.6)
Imports:
cli,
ggplot2,
glue,
lifecycle,
methods,
rlang,
scales,
tibble,
vctrs
Suggests:
bookdown,
dplyr,
knitr,
palmerpenguins,
patchwork,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tidyr,
vdiffr (>= 1.0.2)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/Needs/website: bookdown
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2