On Wed, Nov 25, 2009 at 5:39 AM, Farrel Buchinsky <fjb...@gmail.com> wrote: > I recently installed R 2.10 > > Now I get > >> library(RGoogleDocs) > Loading required package: RCurl > Loading required package: bitops > Loading required package: XML > > Attaching package: 'RGoogleDocs' > > > The following object(s) are masked from package:methods : > > getAccess > > Warning message: > package 'RGoogleDocs' was built under R version 2.9.1 and help will not work > correctly > Please re-install it > > But alas reinstalling it does not take away the error message. > Farrel Buchinsky
How did you try reinstalling it? It sounds like you are using a binary distribution that was built under 2.9.1-- you probably have to build and install from a source distribution of the package. -Charlie ______________________________________________ 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.