[R] Where is gdata?

Gabor Grothendieck ggrothendieck at gmail.com
Tue Nov 30 04:21:13 CET 2010


On Mon, Nov 29, 2010 at 9:46 PM, Stephen Liu <satimis at yahoo.com> wrote:
> Hi Gabor,
>
>> Your virtual machine does not have gdata in its library.
>
> No.  This virtual machine is running Oracle VBox as virtualizer with Ubunut
> 10.10 desktop 64bit as host.  R is not installed on host.  Even it has, host
> and VM won't interfere each another.  Nor VMs would interfere amongst
> themselves.
>
> What I have done on this VM, having problem on R, was having removed and
> reinstalled R 2/3 times.  Also I did heavy testing of R packages on it.
>
> It would be easier for me to delete this VM and restart testing R on another
> VM.  I have spare VMs ready for this purpose.  Because of curiosity I pursue
> finding the cause of problem in question nothing else.
>

Your library may not be set to what you think it is.  Try issuing this
command to discover which libraries its using:

.libPaths()

and read the help for that command.  Also try this:

library()

which will list each library and the packages in it.

-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com



More information about the R-help mailing list