Skip to content

Commit

Permalink
updates for binder
Browse files Browse the repository at this point in the history
  • Loading branch information
libjohn committed Jan 6, 2023
1 parent 9134565 commit 783ba55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions install.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
install.packages("tidyverse")
install.packages("googlesheets4")
# install.packages("googlesheets4")
install.packages("knitr")
install.packages("remotes")
install.packages("moderndive")
Expand All @@ -9,10 +9,14 @@ install.packages("rmarkdown")
install.packages("babynames")
install.packages("hrbrthemes")
install.packages("htmltools")
install.packages("xaringan")
install.packages("broom")
remotes::install_github("gadenbuie/xaringanthemer")
remotes::install_github("gadenbuie/xaringanExtra")
remotes::install_github("thomasp85/patchwork")
remotes::install_github("ropensci/skimr")
remotes::install_github("gadenbuie/countdown")
install.packages("remotes")
install.packages("countdown")
install.packages("skimr")
install.packages("patchwork")
# install.packages("xaringan")
# remotes::install_github("gadenbuie/xaringanthemer")
# remotes::install_github("gadenbuie/xaringanExtra")
# remotes::install_github("thomasp85/patchwork")
# remotes::install_github("ropensci/skimr")
# remotes::install_github("gadenbuie/countdown")
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r-4.1-2022-01-10
r-4.1-2023-01-04

0 comments on commit 783ba55

Please sign in to comment.