BwUniCluster2.0/Software/R/Rstan

From bwHPC Wiki
< BwUniCluster2.0‎ | Software‎ | R
Revision as of 14:56, 21 April 2021 by F Wagner (talk | contribs) (Created page with " Installation instructions = Consider starting an interactive job for compiling. Just copy paste this to your shell (please only copy line by line so you see errors fast). <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Installation instructions =

Consider starting an interactive job for compiling. Just copy paste this to your shell (please only copy line by line so you see errors fast).

module load math/R
# Get sources
mkdir -p ~/src
cd ~/src