-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.06 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
Package: pixarfilms
Title: Pixar Films and Achievements
Version: 0.2.1
Authors@R:
person(given = "Eric",
family = "Leung",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8724-1872"))
Description: Data about Disney Pixar films provided by Wikipedia. This
package contains data about the films, the people involved, and their
awards.
License: CC0
URL: https://github.com/erictleung/pixarfilms, https://erictleung.com/pixarfilms/
BugReports: https://github.com/erictleung/pixarfilms/issues
Depends:
R (>= 2.10)
Imports:
tibble
Suggests:
DBI,
DiagrammeR,
dm,
dbplyr,
dplyr,
forcats,
ggbeeswarm,
ggplot2,
ggrepel,
irr,
knitr,
lubridate,
markdown,
patchwork,
readr,
rmarkdown,
RSQLite,
spelling,
testthat (>= 3.0.0),
tidyr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0