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