Message-ID: <806322fe0911251144w32752efdt4db48ef33e2a8c1c@mail.gmail.com>
Date: 2009-11-25T19:44:44Z
From: Charlie Sharpsteen
Subject: Reading from Google Docs
In-Reply-To: <bd93cdad0911250539m28420fc4ydf08e87f6bdf9c3d@mail.gmail.com>
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