generated from posit-conf-2023/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (42 loc) · 1.23 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
Package: intro.to.tidyverse
Title: Dependencies for the Website for "Intro to the Tidyverse"
Version: 0.0.1
Authors@R: c(
person("Desirée", "De Leon", , "[email protected]", role = c("aut", "cre")),
person("Brendan", "Cullen", , "[email protected]", role = "aut"),
person("Kristin", "Bott", , "[email protected]", role = "aut"),
person("Deirdre", "Francks", , "[email protected]", role = "aut"),
person("Daniel", "Chen", , "[email protected]", role = "ctb"),
person("Steven", "Smallberg", , "[email protected]", role = "ctb"),
person("Laura", "Puckett", , "[email protected]", role = "ctb")
)
Description: Dependencies for the "Intro to the Tidyverse" workshop at
rstudio::conf(2022).
License: MIT + file LICENSE
Depends:
tidyverse
Imports:
flair (>= 0.0.2),
janitor,
knitr,
rmarkdown,
babynames
Suggests:
emo (>= 0.0.0.9000),
countdown (>= 0.3.5),
fontawesome,
here,
quarto,
usethis,
xaringan,
xaringanExtra,
reactable (>= 0.3.0),
ymlthis
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Remotes:
gadenbuie/countdown,
hadley/emo,
r-for-educators/flair,
glin/reactable