Hi Gabor, > Your library may not be set to what you think it is. Try issuing this > command to discover which libraries its using:
> .libPaths() [1] "C:\\Users\\satimiswin764\\Documents/R/win-library/2.12" [2] "C:/PROGRA~1/R/R-212~1.0/library" > and read the help for that command. Also try this: > library() > which will list each library and the packages in it. gdata is on; Packages in library 'C:\Users\satimiswin764\Documents/R/win-library/2.12': It is on user's library folder NOT on PROGRA library fold. B.R. Stephen L ________________________________ From: Gabor Grothendieck <ggrothendi...@gmail.com> Cc: r-help <r-help@r-project.org> Sent: Tue, November 30, 2010 11:21:13 AM Subject: Re: [R] Where is gdata? > 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 [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.