Installing R on Ubuntu 15.10
R is a programming language and software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing.The R language is widely used among statisticians and data miners for developing statistical software and data analysis Polls, surveys of data miners, and studies of scholarly literature databases show that R's popularity has increased substantially in recent years.
R is an implementation of the S programming language combined with lexical scoping semantics inspired by Scheme.S was created by John Chambers while at Bell Labs. There are some important differences, but much of the code written for S runs unaltered.
Installing R Programming Language
You can install R by executing:
Try running the command 'R' (capital letter).
Quit:
Installing packages
R packages are packages that extend the capabilities of R. Enter R:
There are two ways to install R packages. First of all, if you want to install a package only for the current user, you can execute the following in R:
If you want to install a package available for all users on the system, there are multiple mirrors for both R and its packages. Execute:
Replace name with the package name.
Please note: that you do not want to install R with packages on a server with less than 1 GB RAM.
For further learning, please visit the R website.
0 comments:
Post a Comment