forked from celevitz/topChef
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 884 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 884 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
Package: topChef
Type: Package
Title: Top Chef Data
Version: 0.1.0
Authors@R: person("Levitz", "Carly", email = "[email protected]", role =
c("cre","aut"))
Description: Several datasets which describe the chef contestants in Top Chef,
the challenges that they compete in, and the results of those challenges.
This data is useful for practicing data wrangling, graphing, and analyzing
how each season of Top Chef played out.
URL: https://github.com/celevitz/topChef
BugReports: https://github.com/celevitz/topChef/issues
Depends:
R (>= 4.2.0)
Imports:
tidyr (>= 1.3.0),
dplyr (>= 1.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
gt (>= 0.9.0),
magrittr (>= 2.0.0),
ggplot2 (>= 3.4.0)
Config/testthat/edition: 3
VignetteBuilder: knitr