In this video we will see that how to install R packages from CRAN. CRAN is the central repository for R, similar to PYPI for Python. CRAN holds all the packages for R ecosystem.
We will see 2 ways to install the packages from CRAN. First way is using the standard command. Unlike Python, we can use the command in the R script as well to install packages. Another way is using GUI of R Studio or R Console, in which we need to click on few options to install packages.