[go: up one dir, main page]

Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebravom committed Nov 13, 2023
1 parent c1e7fa3 commit a4773f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/rethinking_install.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOpt

cmdstanr::install_cmdstan()

install.packages(c("coda","mvtnorm","devtools","loo","dagitty","shape"), dependencies = TRUE)
devtools::install_github("rmcelreath/rethinking")
#install.packages(c("coda","mvtnorm","devtools","loo","dagitty","shape"), dependencies = TRUE)
#devtools::install_github("rmcelreath/rethinking")

# alternatively
install.packages(c("mvtnorm","loo","coda"), repos="https://cloud.r-project.org/",dependencies=TRUE)
options(repos=c(getOption('repos'), rethinking='http://xcelab.net/R'))
install.packages('rethinking',type='source')

0 comments on commit a4773f3

Please sign in to comment.