Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
422 views
in Technique[技术] by (71.8m points)

uninstallation - How to uninstall R completely from OS X

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...