Skip to content

Commit

Permalink
another try at making RStan run from binder
Browse files Browse the repository at this point in the history
  • Loading branch information
agabrown committed Feb 27, 2019
1 parent 587c1aa commit 4b1f614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binder/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ install.packages("fields")
install.packages("RColorBrewer")
install.packages("png")
install.packages("ggplot2")
Sys.setenv(MAKEFLAGS = "-j4")
install.packages("rstan", repos = "https://cloud.r-project.org/", dependencies = TRUE)
Sys.setenv(CXXFLAGS = "-O3 -mtune=native -march=native -Wno-unused-variable -Wno-unused-function -Wno-builtin-macro-redefined -flto -Wno-unused-local-typedefs-Wno-ignored-attributes -Wno-deprecated-declarations")
install.packages("rstan", type = "source")

0 comments on commit 4b1f614

Please sign in to comment.