Skip to content

Commit

Permalink
add setup.r file
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunson committed Aug 4, 2024
1 parent 5eff2f9 commit c4836f0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions setup.r
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
options(Ncpus = max(1L, parallel::detectCores() - 1), warn = 2)

remotes::install_github(c(
"coursekata/fivethirtyeightdata",
"coursekata/Lock5withR",
"coursekata/testwhat"
))

remotes::install_cran(c(
"coursekata",
"fivethirtyeight",
"ggpubr",
"gridExtra",
"lme4",
"plotly",
"statmod"
))

0 comments on commit c4836f0

Please sign in to comment.