WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rafael Wüest Karpati
A Hyperion Tutorial
Commits
8e696206
Commit
8e696206
authored
Feb 15, 2021
by
Rafael Wüest Karpati
Browse files
add r and jags container examples
parent
c47f3624
Changes
3
Hide whitespace changes
Inline
Side-by-side
misc/circuitscape_r.def
View file @
8e696206
...
...
@@ -5,7 +5,7 @@ From: ubuntu:20.04
includes R and circuitscape (run in julia)
%labels
Author Rafael
O.
Wüest
(WSL
)
Author Rafael Wüest
Karpati (rafael.wueest@wsl.ch
)
%post
export DEBIAN_FRONTEND=noninteractive
...
...
misc/r_jags.def
0 → 100644
View file @
8e696206
Bootstrap: docker
From: ubuntu:18.04
%help
This is a ubuntu build with R and JAGS, and the R-packages rjags as well as R2jags to run JAGS from within R
%labels
Author Rafael Wüest Karpati (rafael.wueest@wsl.ch)
%post
export DEBIAN_FRONTEND=noninteractive
apt-get -y update
apt-get -y install r-base
apt-get -y install jags
Rscript -e 'install.packages("rjags", repos="https://stat.ethz.ch/CRAN/")'
Rscript -e 'install.packages("R2jags", repos="https://stat.ethz.ch/CRAN/")'
misc/r_jags.sif
0 → 100755
View file @
8e696206
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment