Re: [R] RGoogleDocs stopped working

2010-11-23 Thread Harlan Harris
> >>> >> Thanks, Duncan. Finally getting a chance to follow up on this... >>> >> >>> >> I tried again, changing and resetting my password, and trying to >>> specify >>> >> my login and password manually in the getGoogleDocsConnectio

Re: [R] RGoogleDocs stopped working

2010-11-22 Thread Harlan Harris
> list. >> >> I also tried removing either or both of the service and error options. >> No >> >> luck in any case. I also tried a different Google account, also with no >> >> luck. >> >> >> >> I've also tried tweaking the URL bei

Re: [R] RGoogleDocs stopped working

2010-11-20 Thread Tal Galili
Dear Farrel, Now, using the most updated version of the packages, I was able to make your example work for me - thank you very much for your help! Best, Tal Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845

[R] RGoogleDocs stopped working

2010-11-19 Thread Farrel Buchinsky
Harlan and Tal have had problems. I had lots too. I spent hours getting it to work. Terrible process to go through but RGoogleDocs is so useful that the time was worth it - I think! My problems were overcome when 1. I used the latest zip file by Duncan Temple Lang see below 2. I inserted an

Re: [R] RGoogleDocs stopped working

2010-11-19 Thread Tal Galili
cation". > >> > >> I don't really know enough about how authentication is supposed to work > to > >> get much farther. Can you help? Should I try the Google API forum > instead? > >> > >> -Harlan > >> > >> > >

Re: [R] RGoogleDocs stopped working

2010-11-19 Thread Harlan Harris
;> I don't really know enough about how authentication is supposed to work to >> get much farther. Can you help? Should I try the Google API forum instead? >> >> -Harlan >> >> >> >>> From: Duncan Temple Lang >>> To: r-help@r-pr

Re: [R] RGoogleDocs stopped working

2010-11-17 Thread Harlan Harris
how authentication is supposed to work to > get much farther. Can you help? Should I try the Google API forum instead? > > -Harlan > > > >> From: Duncan Temple Lang >> To: r-help@r-project.org >> Date: Wed, 10 Nov 2010 10:33:47 -0800 >> Subject: Re: [R] RG

Re: [R] RGoogleDocs stopped working

2010-11-15 Thread Harlan Harris
posed to work to get much farther. Can you help? Should I try the Google API forum instead? -Harlan > From: Duncan Temple Lang > To: r-help@r-project.org > Date: Wed, 10 Nov 2010 10:33:47 -0800 > Subject: Re: [R] RGoogleDocs stopped working > > Hi Harlan > > I ju

Re: [R] RGoogleDocs stopped working

2010-11-10 Thread Duncan Temple Lang
Hi Harlan I just tried to connect to Google Docs and I had ostensibly the same problem. However, the password was actually different from what I had specified. After resetting it with GoogleDocs, the getGoogleDocsConnection() worked fine. So I don't doubt that the login and password are correct,

[R] RGoogleDocs stopped working

2010-11-10 Thread Harlan Harris
Hello, Some code using RGoogleDocs, which had been working smoothly since the summer, just stopped working. I know that it worked on November 3rd, but it doesn't work today. I've confirmed that the login and password still work when I log in manually. I've confirmed that the URL gives the same err

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

Re: [R] RGoogleDocs not working for me with " wise" service

2010-06-09 Thread Farrel Buchinsky
Dear Duncan I am not the only one who thinks RGoogleDocs is fantastic. See below. I think it would save many people a lot of time and/or disappointment if the omegahat site were updated to show/offer 0.4-1 instead of 0.4-0. Am I correct in believing that I cannot change it, only you can? If so, th

Re: [R] RGoogleDocs not working for me with " wise" service

2010-06-09 Thread Harlan Harris
It works! How fantastic a capability, and how embarrassing that I missed that version change! Thanks very much! -Harlan On Wed, Jun 9, 2010 at 5:52 PM, Farrel Buchinsky wrote: > Harlan Harris harris.name> writes: > > > > > Hello, > > > > I'm trying to figure out how to use the RGoogleDocs pa

Re: [R] RGoogleDocs not working for me with " wise" service

2010-06-09 Thread Farrel Buchinsky
Harlan Harris harris.name> writes: > > Hello, > > I'm trying to figure out how to use the RGoogleDocs package from OmegaHat, > and am having a bit of trouble. I emailed Duncan Temple Lang directly, but > didn't receive a response, so I thought I'd try here to see if anyone else > can help. > >

[R] RGoogleDocs not working for me with "wise" service

2010-06-09 Thread Harlan Harris
Hello, I'm trying to figure out how to use the RGoogleDocs package from OmegaHat, and am having a bit of trouble. I emailed Duncan Temple Lang directly, but didn't receive a response, so I thought I'd try here to see if anyone else can help. I'm using 32-bit R 2.10.1 (Mac OS X), I built RGoogleDo

Re: [R] RGoogleDocs/RCurl through proxy

2009-08-20 Thread Remko Duursma
Duncan, I tested the new RCurl with the proxy option, and it works great (I tested a curlPerform example, which does not work otherwise). Problem with RGoogleDocs though: > auth = getGoogleAuth("remkoduur...@gmail.com", GPASS) Error in strsplit(type, "/")[[1]] : subscript out of bounds If I g

Re: [R] RGoogleDocs/RCurl through proxy

2009-08-19 Thread Duncan Temple Lang
Hi Remko There is a new version (1.1-0) of the RCurl package (on which RGoogleDocs depends) (no binary for Windows at this point). This version allows one to specify default curl options that are used each time a new curl handle/object is created. You set these defaults in R's own options()

Re: [R] RGoogleDocs/RCurl through proxy

2009-08-18 Thread Duncan Temple Lang
This might be a little difficult in the current version. But it is a good point. I have a few ideas about this could be done conveniently but with a reasonably clear semantic model. It may take a couple of days before I have time to implement that. D. Remko Duursma wrote: Dear list, I am t

[R] RGoogleDocs/RCurl through proxy

2009-08-18 Thread Remko Duursma
Dear list, I am trying to use RGoogleDocs, but I am connecting through a proxy server. I know RCurl is used for the connection, which should be able to deal with proxies and such. How do I set this up for RCurl? And can I use those settings with RGoogleDocs as well? I have the name of the proxy

Re: [R] RGoogleDocs: getDocs() - "problems connecting to get the list of documents"

2009-08-14 Thread Duncan Temple Lang
Hi Matthew You mentioned in mail direclty to me that this code worked earlier in your morning. So that suggests that it is not the code. But you should look carefully at the 2 lines you ran (i.e. the ones below) and painstakingly check that the user name and password are the same. It is easy to o

Re: [R] RGoogleDocs: getDocs() - "problems connecting to get the list of documents"

2009-08-14 Thread Farrel Buchinsky
It is working for me. Are you using the latest version as in Version: 0.2-2? Blackett, Matthew wrote: > > Hi > > I have been using RGoogleDocs successfully for some time now but something > seems to have happened which is preventing me from accessing my data in > google spreadsheets. > > I get

[R] RGoogleDocs: getDocs() - "problems connecting to get the list of documents"

2009-08-14 Thread Blackett, Matthew
Hi I have been using RGoogleDocs successfully for some time now but something seems to have happened which is preventing me from accessing my data in google spreadsheets. I get the message: "problems connecting to get the list of documents" when I use getDocs, despite being logged in e.g. sh

Re: [R] RGoogleDocs: can now see documents but cannot get content.

2009-06-17 Thread Duncan Temple Lang
Use http://www.omegahat.org/RGoogleDocs/RGoogleDocs_0.2-2.tar.gz D. Farrel Buchinsky wrote: > Where do I get 0.2-2 from?If I go to http://www.omegahat.org/RGoogleDocs/ I > can only find Last Release: > 0.2-1 > (08 May 2009) > >

Re: [R] RGoogleDocs: can now see documents but cannot get content.

2009-06-17 Thread Farrel Buchinsky
Where do I get 0.2-2 from?If I go to http://www.omegahat.org/RGoogleDocs/ I can only find Last Release: 0.2-1 (08 May 2009) Farrel Buchinsky Google Voice Tel: (412) 567-7870 On Wed, May 20, 2009 at 12:28, Duncan Temple Lang wrote:

Re: [R] RGoogleDocs: can now see documents but cannot get content.

2009-05-27 Thread Farrel Buchinsky
I already downloaded 0.2-2 -If my memory serves me correctly. If we just go by date, have you updated the files on the server since May 18? Farrel Buchinsky Google Voice Tel: (412) 567-7870 Sent from Pittsburgh, Pennsylvania, United States On Wed, May 20, 2009 at 12:28, Duncan Temple Lang wrote:

Re: [R] RGoogleDocs: can now see documents but cannot get content.

2009-05-20 Thread Duncan Temple Lang
Hi Farrel This particular problem is a trivial issue of an argument out of place due to a change in the function definition during the development. There is a new version of the package (0.2-2) and it also uses a slightly different approach (and function) to pull the values into the form of an

[R] RGoogleDocs: can now see documents but cannot get content.

2009-05-18 Thread Farrel Buchinsky
The author of the package, Duncan Temple Lang posted an update. I have installed it and now can list my spreadsheets but alas I cannot read the data within any of them. Has anybody been able to get it to work. I would love to see a real live example of sheetAsMatrix I am not sure how to specify she

Re: [R] RGoogleDocs

2009-05-08 Thread Farrel
This is exactly the problem that I was having. I see that you (Duncan) have updated from version 0.2-0 to 0.2-1. Cannot wait to try it. Do you have a compiled version of it for easy use in a Windows environment? If this works it is going to be utterly amazing. Google forms allows one to collect d

Re: [R] RGoogleDocs

2009-05-08 Thread Duncan Temple Lang
Robert Schneider wrote: Hi there, I'm not certain if this is the correct list where to post this question, or if it ought to be on the R developper one... I am trying to use the RGoogleDocs package to import into R the spreadsheets on my Google docs account. I downloaded the latest package (0.

[R] RGoogleDocs

2009-05-08 Thread Robert Schneider
Hi there, I'm not certain if this is the correct list where to post this question, or if it ought to be on the R developper one... I am trying to use the RGoogleDocs package to import into R the spreadsheets on my Google docs account. I downloaded the latest package (0.2.0) and installed it. I