如何使用R支持和RStudio创建新的conda环境? 以下代码对我不起作用:
conda create -n datascience-r rstudio
Collecting package metadata (current_repodata.json): done
Solving environment: failed with current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Package r-stringr conflicts for:
rstudio -> r-stringr[version='>=0.6']
Package qt conflicts for:
rstudio -> qt=5.6
Package r-httpuv conflicts for:
rstudio -> r-httpuv[version='>=1.3.3']
Package r-readxl conflicts for:
rstudio -> r-readxl[version='>=0.1.0']