Hi@akhtar,
Installing a package simply means downloading the package code onto your personal computer. CRAN is the central repository for R packages. To install a new R package from CRAN, you can simply run the code install.packages("name").
$ install.packages("yarrr")