anaconda与R语言
anaconda默认提供的R语言版本最高为3.6.1,而目前R语言最新版本为4.2.0,在实际体验过程中,我选择自行安装R语言和RStudio。
解决方案
本文以下内容参考了stackexchange中此篇回答。源地址https://datascience.stackexchange.com/questions/77335/anconda-r-version-how-to-upgrade-to-4-0-and-later
执行以下代码
1
2
3
4
conda create --name r4-base
conda activate r4-base
conda install -c conda-forge r-base=4.1.3
conda install -c conda-forge/label/gcc7 r-base=4.1.3
目前只有4.1.3版本,最新的4.2.0还不可以。过段时间或许就可以支持了,后续的读者可以尝试改成4.2.0
可以安装R语言,但至于新版的rstudio还是放弃吧。这个版本两年没有更新了。原帖地址 https://community.rstudio.com/t/how-do-i-update-the-version-of-rstudio-in-anaconda/39799/2
-
Previous
MySQL 8.0 忘记密码 或 重置密码 -
Next
【办公小技巧】 How to create PDF file and transfer with WORD 如何创建PDF WORD与PDF互转