Installing R packages manually
To install R packages manually follow the below R packages list in R-packages.txt.
Using conda
A convenient way to restore the R environment stored in the files is using conda
with the command below.
conda env create -f environment.yml
.yml file is available under environment.yml