Skip to content
Prev 18173 / 63424 Next

[R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)

On 10/20/2005 12:21 PM, Walter Johnston wrote:

            
Take a look at the Writing R Extensions manual.  There are several 
levels at which you can interact with R.  The simplest is to act as a 
console, feeding text in and getting text out.  If you actually want to 
work with things as binary objects you'll need lower level access.  It's 
not that bad if you just want to write a function that gets passed R 
objects.  I don't think it be called "simple" if you want to do away 
with the console completely, and start working directly with the evaluator.

Duncan Murdoch