Reading from Google Docs
On Wed, Nov 25, 2009 at 5:39 AM, Farrel Buchinsky <fjbuch at 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