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
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
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
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.
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
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
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
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