📌  相关文章
📜  创建 r anaconda 环境 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:27.189000             🧑  作者: Mango

代码示例1
conda create -n  r-essentials r-base
# 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