How to uninstall R completely from OS X

我们两清 提交于 2019-12-01 07:42:29

问题


I'm on Mac OS X 10.11.5, R version 3.3.1

I followed the instructions to remove R:

http://cran.r-project.org/doc/manuals/r-release/R-admin.html#Uninstalling-under-OS-X

In command line:

sudo rm -rf /Library/Frameworks/R.framework /Applications/R.app \ /usr/bin/R /usr/bin/Rscript

I no longer see R in applications or anywhere else on my computer. However, I am still able to run R from the command line.

I am mystified. What is going on? How do I get rid of R completely? I want a fresh start.


回答1:


Use which R. It will give you the location where R is running so that you can remove it from there.



来源:https://stackoverflow.com/questions/38390548/how-to-uninstall-r-completely-from-os-x

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