Jump to content

R: Difference between revisions

387 bytes added ,  25 March 2020
no edit summary
No edit summary
No edit summary
Line 1: Line 1:


 
==Installation==
===Ubuntu Linux===
; 18.04
<syntaxhighlight lang="bash">
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/'
sudo apt install r-base
</syntaxhighlight>
* Download [https://rstudio.com/products/rstudio/download/ RStudio]
==Usage==