Re: [Rpy] html help

2010-03-02 Thread Laurent Gautier
On 3/1/10 9:24 PM, Carson Farmer wrote: > Laurent, > >> Interval does matter. The R server will timeout if it is too long. Try >> lowering it. The documentation will have a note about that >> (http://bitbucket.org/lgautier/rpy2/changeset/73bc2a415ba3/). > > Thanks for that... I seem to have (partia

Re: [Rpy] html help

2010-03-01 Thread Carson Farmer
Laurent, > Interval does matter. The R server will timeout if it is too long. Try > lowering it. The documentation will have a note about that > (http://bitbucket.org/lgautier/rpy2/changeset/73bc2a415ba3/). Thanks for that... I seem to have (partially) solved the issue, in that I was having issue

Re: [Rpy] html help

2010-02-28 Thread Laurent Gautier
On 2/25/10 8:48 PM, Carson Farmer wrote: > Thanks for the reply Laurent, > >> Note that process_revents() must be called at somewhat frequent intervals >> (there is example code to do so in the documentation >> http://rpy.sourceforge.net/rpy2/doc-dev/html/rinterface.html#processing-interactive-even

Re: [Rpy] html help

2010-02-25 Thread Carson Farmer
Thanks for the reply Laurent, > Note that process_revents() must be called at somewhat frequent intervals > (there is example code to do so in the documentation > http://rpy.sourceforge.net/rpy2/doc-dev/html/rinterface.html#processing-interactive-events > ). This does appear to make it work here.

Re: [Rpy] html help

2010-02-24 Thread Laurent Gautier
2010/2/23 Carson Farmer : > Laurent, > >> The R HTML help is running a server in the background. >> Making R to process events requires calls to rinterface.process_revents() >> (there is more about that in the rpy2 documentation, and will be even more >> for 2.1beta) > > Yes, although it appears as

Re: [Rpy] html help

2010-02-22 Thread Carson Farmer
Laurent, > The R HTML help is running a server in the background. > Making R to process events requires calls to rinterface.process_revents() > (there is more about that in the rpy2 documentation, and will be even more > for 2.1beta) Yes, although it appears as though it is not serving up anythin

Re: [Rpy] html help

2010-02-21 Thread Laurent Gautier
The R HTML help is running a server in the background. Making R to process events requires calls to rinterface.process_revents() (there is more about that in the rpy2 documentation, and will be even more for 2.1beta) L. On 2/18/10 6:36 AM, Carson Farmer wrote: > I am attempting to retrieve t

[Rpy] html help

2010-02-17 Thread Carson Farmer
I am attempting to retrieve the R html help via help.start() using rpy2 but I am not getting the behaviour I would except. >From R: > help.start() starting httpd help server ... done If 'xdg-open' is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patien