From 5903215364d88dc08f38b342efa7feb680c4471e Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Mon, 25 Nov 2019 11:58:12 -0500 Subject: [PATCH] * (WIP) Basic notes on starting Rstudio on Turing. --- R/20180215.Rstudio.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 R/20180215.Rstudio.txt diff --git a/R/20180215.Rstudio.txt b/R/20180215.Rstudio.txt new file mode 100644 index 0000000..dd1eca1 --- /dev/null +++ b/R/20180215.Rstudio.txt @@ -0,0 +1,18 @@ +R-related stuff +=============== + + +Rstudio +------- +[20180215] + +To use R Studio on Turing: + + $ enable_lmod # switch you to modern module system + $ module load rstudio/1.1 # load R 3.4 and R studio 1.1.423 + +(Min's note) +I also upgraded R to 3.4.3, it is built with ICC 18 with MKL as its +multi-threaded math libraries. + +