conda
Rough Notes
- Easiest approach is to install pip within the conda environment and then using pip to install packages.
- To install R, use
conda install -c conda-forge r-base=4.1.2 r-essentialswith the version number specification being very important. - Best practice for reproducible environments is to never install packages from
condaorpipvia the terminal, rather, add the required packages to theenvironment.ymlfile and update the environment when necessary. - Libmambda - faster solver for conda.