Difference between revisions of "BwUniCluster2.0/Software/R/Rstan"

From bwHPC Wiki
Jump to: navigation, search
(Installation instructions)
Line 1: Line 1:
 
= Installation instructions =
 
= 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).
+
Consider starting an interactive job for compiling. Copy and paste the following to your shell.
   
 
<pre>
 
<pre>

Revision as of 14:59, 21 April 2021

Installation instructions

Consider starting an interactive job for compiling. Copy and paste the following to your shell.

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