We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead03f7 commit 5e9fb99Copy full SHA for 5e9fb99
.binder/install.R
@@ -1,4 +1,4 @@
1
-install.packages(
+install.packages(c(
2
"tidyverse",
3
"remotes",
4
"knitr",
@@ -16,7 +16,7 @@ install.packages(
16
"tidygeocoder",
17
"tidytext",
18
"wordcloud2"
19
-)
+))
20
remotes::install_github("clauswilke/colorblindr")
21
remotes::install_github("lchiffon/wordcloud2")
22
remotes::install_github("gadenbuie/xaringanExtra")
0 commit comments