How to uninstall r-essentials using conda?

邮差的信 提交于 2019-12-04 11:36:12

r-essentials is a metapackage, and therefore cannot be uninstalled this way.

Try running conda uninstall r-base to uninstall Anaconda R, and then install R regularly. Then, run which R to make sure that it works. You should now see the path to the system R, instead of the Anaconda R.

I recommend then following the instructions here - this installation worked for me: http://irkernel.github.io/.

to remove r packages, run the conda prompt as an administrator. then execute this command conda remove r-*

Boon Hong

conda uninstall r-base >> jupyter notebook has something file and button

I think you can try $conda list | grep r // see r package files

$conda uninstall r-* // delete all r package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!