Skip to content

install.packages with R 2.9.1 under Vista?

2 messages · Uwe Ligges, Gabor Grothendieck

#
Spencer,

see ?R_LIBS_USER

once R created "C:\\Users\\sgraves\\Documents/R/win-library/2.9"  for 
you it is used as a library (since it is the default for R_LIBS_USER if 
the latter is unset otherwise). Just delete the whole directory and it 
won't be used further on.

Best,
Uwe
spencerg wrote:
#
I use a different editor so I only have general comments but
regardless of editor it
would be best to keep and use the library in your user space to avoid
any problems
with permissions on Vista.

Note that this is the same problem as on UNIX where you need root permissions
to modify the R library if its not in user space and is not a problem
specific to Vista.


2009/7/1 Uwe Ligges <ligges at statistik.tu-dortmund.de>: