Displaying 1 result from an estimated 1 matches for "rtmp9fxlip".
2010 May 18
1
issues with R Library on a Server
...tal Variables in the advanced system setting
so R_LIBS is C:\\RLIBRARY and restarted the server.
The command : .libPaths()[1] results in
[1] "C:\\RLIBRARY"
When I install packages it returns the message :The downloaded packages are in
C:\Users\Daisy
Englert\AppData\Local\Temp\2\Rtmp9FxLip\downloaded_packages
** This is bad because I though they should go to C:\\RLIBRARY (I think)
Thus the following code does not work:
library(nnet)
Error in get(Info[i, 1], envir = env) :
internal error -3 in R_decompress1
Error: package/namespace load failed for 'nnet'
My questions ar...