Skip to content
Back to formatted view

Raw Message

Message-ID: <806322fe1001041446m77b43bf1mc9680163172e70d5@mail.gmail.com>
Date: 2010-01-04T22:46:54Z
From: Charlie Sharpsteen
Subject: How to uninstall R packages
In-Reply-To: <A8793210-ECBE-460C-9CA2-ADABECB3A9D5@comcast.net>

On Mon, Jan 4, 2010 at 7:37 AM, David Winsemius <dwinsemius at comcast.net> wrote:
>
> On Jan 4, 2010, at 10:23 AM, Uwe Ligges wrote:
>
>>
>>
>> On 04.01.2010 16:20, wenjun zheng wrote:
>>>
>>> Dear all,
>>>
>>> I am puzzled that how can i uninstall a R package that have been
>>> installed earlier (especially in MacOS).
>>>
>>> Any suggestion will be appreciated.
>>>
>>
>> ?remove.packages
>
> Or delete the folder in the appropriate ../library/.. folder. The default
> location is something like:
>
> /Library/Frameworks/R.framework/Versions/2.10/Resources/library/
>
>>
>> Uwe Ligges

Or run:

R CMD REMOVE <package name>

Using the Terminal.

-Charlie