-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 902 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
29
Package: cherryblossom
Title: Cherry Blossom Run Race Results
Version: 0.1.0.9000
Authors@R: c(
person(given = "Mine",
family = "Çetinkaya-Rundel",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6452-2420")),
person(given = "David",
family = "Diez",
email = "[email protected]",
role = c("aut"))
)
Description: Race results of the Cherry Blossom Run, which is an annual road race that takes place in Washington, DC.
License: GPL-3
Suggests:
ggplot2,
testthat
Imports:
tibble
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/OpenIntroStat/cherryblossom, https://openintrostat.github.io/cherryblossom/
BugReports: https://github.com/OpenIntroStat/cherryblossom/issues
Depends:
R (>= 2.10)