Bureaucrats, cc_docs_admin, cc_staff
2,321
edits
(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. | |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 | R version 3.3.3 (2017-03-06) -- "Another Canoe" | ||
Copyright (C) | Copyright (C) 2017 The R Foundation for Statistical Computing | ||
Platform: x86_64-pc-linux-gnu (64-bit) | |||
Platform: x86_64- | |||
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. |