Message-ID: <EE3427D3-D984-4B48-B20E-5BA6DB6EC9D2@r-project.org>
Date: 2006-09-05T12:58:48Z
From: Simon Urbanek
Subject: "Update All" not working from interface
In-Reply-To: <17B2E849-58C8-4BF0-9AA1-409C34BB0009@gmail.com>
On Sep 5, 2006, at 3:57 AM, jiho wrote:
> Hi all,
>
> thanks for the great work in R for Mac OS X, the interface is just
> plain great. One caveat nevertheless:
> The command update all from the Package installer does not work
> because it returns the command:
>
> update.packages(lib = ""/Library/Frameworks/R.framework/Resources/
> library/"",)
>
> because the path is double quoted, R looks for objects named /
> Library, /Frameworks and so on. But:
>
> update.packages(lib = "/Library/Frameworks/R.framework/Resources/
> library/")
>
> works. Could someone correct this?
>
This has been corrected a while ago:
Last-update: 2006-06-17 [SU]
* Fixed broken "update all" in package installer
Please use more recent R.app (see http://r.research.att.com )
Cheers,
Simon