R
General tips on R coding
Recipes
Installation
sudo apt install apt-transport-https software-properties-common
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 update
sudo apt install r-base
Lint tool
Installing Rstudio
https://rstudio.com/products/rstudio/download/#download
Resources
https://www.r-bloggers.com/2017/05/review-of-efficient-r-programming/
Last updated
Was this helpful?