-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
41 lines (41 loc) · 1.25 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
Package: bakeoff
Version: 0.2.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 <https://en.wikipedia.org/wiki/The_Great_British_Bake_Off>.
Authors@R:
c(person(given = "Alison",
family = "Hill",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "https://orcid.org/0000-0002-8082-1890")),
person(given = "Chester",
family = "Ismay",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2820-2547")),
person(given = "Richard",
family = "Iannone",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3925-190X"))
)
License: MIT + file LICENSE
URL: https://bakeoff.netlify.app/, 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,
tibble,
scales
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1.9000
Depends:
R (>= 2.10)