R (programming language)

ID: r-programming-language

R is a programming language and free software environment primarily used for statistical computing, data analysis, and graphical representation of data. Developed in the early 1990s by Ross Ihaka and Robert Gentleman at the University of Auckland, New Zealand, R has become a popular tool among statisticians, data scientists, and researchers due to its powerful capabilities and extensibility.
R (programming language) by Ciro Santilli 37 Updated +Created
Ubuntu 23.04 install:
sudo apt install rbase
Hello world:
R -e 'print("hello world")'
Install a package, e.g. Bookdown:
sudo R -e 'install.packages("bookdown")'

New to topics? Read the docs here!