Re: [R] RGoogleDocs ability to write to spreadsheets broken as of yesterday

2010-07-21 Thread David Scott
Henrique Dallazuanna wrote: On Wed, Jul 21, 2010 at 11:24 AM, Ben Bolker wrote: Harlan Harris harris.name> writes: Hi, I'm using RGoogleDocs/RCurl to update a Google Spreadsheet. Everything worked OK until this morning, when my ability to write into spreadsheet cells went away. I get the f

Re: [R] RGoogleDocs ability to write to spreadsheets broken as of yesterday - CAN PAY FOR FIX

2010-07-21 Thread Harlan Harris
*Thank you*! Yes, version 1.4-3 of RCurl solves this problem! If you put a tip jar on OmegaHat, Duncan, I will seriously kick a few bucks your way. Getting my code back running will save me a lot of time and anxiety! Thanks for all y

Re: [R] RGoogleDocs ability to write to spreadsheets broken as of yesterday - CAN PAY FOR FIX

2010-07-21 Thread Duncan Temple Lang
Hi Harlan If you install the latest version of RCurl from source via install.packages("RCurl", repos = "http://www.omegahat.org/R";) and that should solve the problem, assuming I have been reproducing the same problem you mentioned. You haven't mentioned what operating system your are o

Re: [R] RGoogleDocs ability to write to spreadsheets broken as of yesterday - CAN PAY FOR FIX

2010-07-21 Thread Duncan Temple Lang
Hi Harlan Can you send some code so that we can reproduce the problem. That will enable me to fix the problem quicker. D. On 7/21/10 8:26 AM, Harlan Harris wrote: > I unfortunately haven't received any responses about this problem. We > (the company I work for) are willing to discuss payment

Re: [R] RGoogleDocs ability to write to spreadsheets broken as of yesterday

2010-07-21 Thread Ben Bolker
On Wed, Jul 21, 2010 at 10:38 AM, Henrique Dallazuanna wrote: > > Maybe: > packageDescription('RGoogleDocs', fields = 'Author') > >> or rather packageDescription('RgoogleDocs', fields='Maintainer') (usually but not always the same person) thanks Ben ___

Re: [R] RGoogleDocs ability to write to spreadsheets broken as of yesterday - CAN PAY FOR FIX

2010-07-21 Thread Harlan Harris
I unfortunately haven't received any responses about this problem. We (the company I work for) are willing to discuss payment to someone who is willing to quickly contribute a fix to the RGoogleDocs/RCurl toolchain that will restore write access. Please contact me directly if you're interested. Tha

Re: [R] RGoogleDocs ability to write to spreadsheets broken as of yesterday

2010-07-21 Thread Henrique Dallazuanna
On Wed, Jul 21, 2010 at 11:24 AM, Ben Bolker wrote: > Harlan Harris harris.name> writes: > > > > > Hi, > > > > I'm using RGoogleDocs/RCurl to update a Google Spreadsheet. Everything > > worked OK until this morning, when my ability to write into spreadsheet > > cells went away. I get the followi

Re: [R] RGoogleDocs ability to write to spreadsheets broken as of yesterday

2010-07-21 Thread Ben Bolker
Harlan Harris harris.name> writes: > > Hi, > > I'm using RGoogleDocs/RCurl to update a Google Spreadsheet. Everything > worked OK until this morning, when my ability to write into spreadsheet > cells went away. I get the following weird error: > > Error in els[[type + 1]] : subscript out of bo

[R] RGoogleDocs ability to write to spreadsheets broken as of yesterday

2010-07-20 Thread Harlan Harris
Hi, I'm using RGoogleDocs/RCurl to update a Google Spreadsheet. Everything worked OK until this morning, when my ability to write into spreadsheet cells went away. I get the following weird error: Error in els[[type + 1]] : subscript out of bounds Looking at the Google Docs API changelog, I see