Answers for "create r env conda"

1

create r anaconda environment

conda create -n <env_name> r-essentials r-base
#<env_name> is the personal name you give to your environment.
#This creates a new conda environment with all the r-essentials conda packages 
#built from CRAN
Posted by: Guest on September-20-2021
0

conda create r env

conda create -n ENV_NAME r-essentials r-base
Posted by: Guest on December-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language