-----Original Message-----
From: r-devel-bounces at r-project.org
[mailto:r-devel-bounces at r-project.org] On Behalf Of Mike Prager
Sent: Monday, May 10, 2010 5:28 AM
To: r-devel at stat.math.ethz.ch
Subject: Re: [Rd] update.packages fails with directory not found
On Mon, 10 May 2010 06:33:54 -0400, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
Windows XP. I have just updated to R 2.11.0 and then run
update.packages. In the series of updates, a few will
get a failure like
package 'mvtnorm' successfully unpacked and MD5 sums checked
package 'party' successfully unpacked and MD5 sums checked
package 'PBSmodelling' successfully unpacked and MD5 sums checked
Error in normalizePath(path) :
path[1]="c:\Program Files\R\Library/PBSmodelling": The
Is that a cut and paste of the error message? Normally R
the backslashes when displaying a string, so it looks as
somehow got a path containing the control characters \P, \R,
Did you set the lib.loc argument when you called update.packages?
Thank you! Yes, it's cut and paste. I did not set lib.loc in the
call (made through the Rgui.exe menu system), but I have the library
location defined in the environment:
R_LIBS=c:/Program Files/R/Library
I've been using this approach for several years, and it's worked
without problem until now.
MHP
Indeed, the path is missing, though it was there when I issued the
update.packages command.