Re: [Rd] Interactiveness

2007-12-11 Thread Gregory Warnes
You might also find many of the tools provided in the 'session' package helpful for interacting with R in this way. 'session' package description: Utility functions for interacting with R processes from external programs. This package includes functions to save and restore session informat

Re: [Rd] Interactiveness

2007-12-11 Thread Tony Plate
Bjarni Juliusson wrote: > Prof Brian Ripley wrote: > >> On Tue, 11 Dec 2007, Bjarni Juliusson wrote: >> >>> I'm developing R integration for a project called Bioclipse at Uppsala >>> University. The current implementation works by simply forking an R and >>> sending it text (with some subst

Re: [Rd] Interactiveness

2007-12-11 Thread Bjarni Juliusson
Prof Brian Ripley wrote: > On Tue, 11 Dec 2007, Bjarni Juliusson wrote: >> I'm developing R integration for a project called Bioclipse at Uppsala >> University. The current implementation works by simply forking an R and >> sending it text (with some substitutions on it) down a pipe, getting the >>

Re: [Rd] Interactiveness

2007-12-11 Thread Prof Brian Ripley
On Tue, 11 Dec 2007, Bjarni Juliusson wrote: > Hi list! > > I'm developing R integration for a project called Bioclipse at Uppsala > University. The current implementation works by simply forking an R and > sending it text (with some substitutions on it) down a pipe, getting the > printed output b

[Rd] Interactiveness

2007-12-11 Thread Bjarni Juliusson
Hi list! I'm developing R integration for a project called Bioclipse at Uppsala University. The current implementation works by simply forking an R and sending it text (with some substitutions on it) down a pipe, getting the printed output back up another pipe. This of course works fine, except