R: Difference between revisions

Jump to navigation Jump to search
53 bytes added ,  7 years ago
Fixed the R version referenced on this page.
(Removed Draft tag.)
(Fixed the R version referenced on this page.)
Line 1: Line 1:
"R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files."  
"R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files."  


Line 12: Line 10:
You can load a particular R module using a command like  
You can load a particular R module using a command like  
{{Command
{{Command
|module load r/3.3.2
|module load r/3.3.3
}}  
}}  
and with R now loaded in your environment, you can start the R interpreter and type R code inside that environment:
and with R now loaded in your environment, you can start the R interpreter and type R code inside that environment:
Line 19: Line 17:
|resultat=
|resultat=
<nowiki>
<nowiki>
R version 2.14.2 (2012-02-29)
R version 3.3.3 (2017-03-06) -- "Another Canoe"
Copyright (C) 2012 The R Foundation for Statistical Computing
Copyright (C) 2017 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-linux-gnu (64-bit)
Platform: x86_64-unknown-linux-gnu (64-bit)


R is free software and comes with ABSOLUTELY NO WARRANTY.
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Type 'license()' or 'licence()' for distribution details.
  Natural language support but running in an English locale


R is a collaborative project with many contributors.
R is a collaborative project with many contributors.
Bureaucrats, cc_docs_admin, cc_staff
2,321

edits

Navigation menu