

I invite others to share their experience because installation of R has been a challenge. Maintain a separate file and keep the installation commands saved to use them if the R needs to be reinstalled.


conda install -c r r-essentials and also install rstudio to enjoy GUI experience conda install -c r rstudio. Always install r-essentials package rather than conventional r-base to prevent yourself from the horrors curl, curl, zlib, glib brings with them in r-base.Use conda create -n R to create new environment. Conda packages requiring my downgrade or upgrade your r-base which might cause version problems. Here are the following suggestions from my experience Being a conda user for almost a year now, I thought of making this short bulletins to keep R installation in conda tidy and error-free for beginners.
