Difference between revisions of "R/Interactive"

From ScientificComputing
Jump to: navigation, search
(Created page with "An interactive R session on the login node can be started by typing the command '''R'''. [sfux@euler04 ~]$ R R version 3.3.0 (2016-05-03) -- "Supposedly Educational" Cop...")
 
Line 1: Line 1:
An interactive R session on the login node can be started by typing the command '''R'''.
+
You can start an interactive R session on the login node by typing the command '''R'''.
  
 
  [sfux@euler04 ~]$ R
 
  [sfux@euler04 ~]$ R

Revision as of 06:57, 10 August 2016

You can start an interactive R session on the login node by typing the command R.

[sfux@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.