Hi,

thanks for reporting this issue:

On Sat, 17 Jan 2015 20:09:15 +0000
Alejandro Carriedo Cayón <alextz...@hotmail.com> wrote:
> ---Problem description---
> I cannot install any package
> 
> 
> Not even through console and after put a known issue:
> 
> 
> 
> 
> > "setInternet2(TRUE)"
> [1] "setInternet2(TRUE)"
> > install.packages("R2HTML")
> Warning in install.packages("R2HTML") :
>   'lib = "C:/Program Files/R/R-3.1.2/library"' is not writable

Probably the cause of the problem is just that, then: The location you
are trying to install to is not writable (with your current user
permissions). Before anything else, try this in the console:

  .libPaths (c ("D:/mystuff/Rlibs", .libPaths ())
  install.packages("R2HTML")

Where "D:/mystuff/Rlibs" should be an existing and writable folder. If
this works, add the call to .libPaths(...) to Settings->Configure
RKWard->R backend->"Further (option) commands to run in each session".

If problems persist, please let us know.

Thanks!
Thomas

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to