[rkward-devel] bug rkward

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sun Jan 18 10:25:04 UTC 2015


Hi,

thanks for reporting this issue:

On Sat, 17 Jan 2015 20:09:15 +0000
Alejandro Carriedo Cayón <alextzr80 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20150118/d3341d02/attachment.sig>
-------------- next part --------------
------------------------------------------------------------------------------
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
-------------- next part --------------
_______________________________________________
RKWard-devel mailing list
RKWard-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


More information about the rkward-devel mailing list