How to completely remove R from OS X

I am 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

At the 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 can still run R from the command line.

I am puzzled. What's happening? How to completely get rid of R? I want to start a new life.

+1
r uninstall
source share
1 answer

Use which R This will give you a place where R works so that you can remove it.

+1
source share

All Articles