Tuesday, June 16, 2020

How to Install R Programming Language In Ubuntu 20.04 LTS

Video Tutorial -


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

R is an open-source programming language that specializes in statistical computing and graphics.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

OS - Ubuntu 20.04 LTS 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

apt update ; apt install -y build-essential net-tools curl git software-properties-common

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9

add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'

apt update

apt install r-base -y

sudo -i R

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment