forked from apreshill/bakeoff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 850 Bytes
/
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
Package: bakeoff
Version: 0.1.0.9000
Title: Data from "The Great British Bake Off"
Description: Data about the bakers, challenges, and ratings for "The Great British Bake Off", from Wikipedia.
Authors@R: c(
person("Alison", "Hill",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-8082-1890")),
person("Chester", "Ismay", email = "[email protected]", role = "aut"))
License: MIT + file LICENSE
URL: https://bakeoff.netlify.com, https://github.com/apreshill/bakeoff
BugReports: https://github.com/apreshill/bakeoff/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports:
grDevices,
graphics
Suggests:
knitr,
ggplot2,
scales
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)