Skip to content

Commit

Permalink
Update setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Apr 30, 2020
1 parent 60297ff commit 83bec29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/install_libraries.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install.packages("tidyverse", repos="https://cloud.r-project.org/", Ncpus=8)

install.packages(c("devtools","mvtnorm","loo","coda"), repos="https://cloud.r-project.org/", dependencies=TRUE, Ncpus=8)
install.packages(c("coda","mvtnorm","devtools","loo","dagitty"), repos="https://cloud.r-project.org/", Ncpus=8)
library(devtools)
install_github("rmcelreath/rethinking",ref="Experimental")
devtools::install_github("rmcelreath/rethinking", repos="https://cloud.r-project.org/")

install.packages("GGally")
install.packages("GGally", repos="https://cloud.r-project.org/")
2 changes: 1 addition & 1 deletion scripts/setup.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using WebIO
cmd = WebIO.find_jupyter_cmd(force_conda_jupyter = true)
cmd = WebIO.find_jupyter_cmd()
WebIO.install_jupyter_nbextension(cmd)

0 comments on commit 83bec29

Please sign in to comment.