Difference between revisions of "R/Interactive"
From ScientificComputing
Line 1: | Line 1: | ||
You can start an interactive R session on the login node by typing the command '''R'''. | You can start an interactive R session on the login node by typing the command '''R'''. | ||
+ | [leonhard@euler04 ~]$ '''module load new r/3.3.0''' | ||
+ | Using OpenBLAS build of R-3.3.0 | ||
[leonhard@euler04 ~]$ '''R''' | [leonhard@euler04 ~]$ '''R''' | ||
Revision as of 13:25, 19 October 2016
You can start an interactive R session on the login node by typing the command R.
[leonhard@euler04 ~]$ module load new r/3.3.0 Using OpenBLAS build of R-3.3.0 [leonhard@euler04 ~]$ R R version 3.3.0 (2016-05-03) -- "Supposedly Educational" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-slackware-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. >
Interactive R sessions can for instance be used to install additional R packages locally, or to check which R packages are centrally installed.