Skip to content

Commit

Permalink
binder env
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Mar 8, 2024
1 parent d388e14 commit 07d16c6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

set -ex
mamba install -c conda-forge r-base=3.6.3 r-devtools cmake r-foreign rpy2 r-rvaidememoire
Rscript -e "devtools::install_github('robjohnnoble/demonanalysis', upgrade=TRUE)"

g++ \
resources/demon_model/src/demon.cpp \
-o resources/demon_model/bin/demon \
-I/srv/conda/envs/notebook/include/ \
-lm

bash ../prepare-environments.sh

0 comments on commit 07d16c6

Please sign in to comment.