Interface | Description |
---|---|
MessageListener |
Listens to messages generated by the R main loop
|
Class | Description |
---|---|
AntRMainLoopCallbacks |
REngine callbacks.
|
Message |
A message that is captured from the R output
|
RRun |
Ant task that runs R code
Example :
<r-run>rnorm(10)</r-run>
|
RSet |
Ant task that sets a property to contain the result of
an R expression.
|
RTask |
Super class of all R specific tasks
|
Exception | Description |
---|---|
RBuildException |
Ant compatible wrapper for exceptions generated by
REngine |
REngineBuildException |
Ant compatible wrapper for
REngineException |
REXPMismatchBuildException |
Ant compatible wrapper for
REXPMismatchException |
Copyright © 2009, Romain Francois francoisromain@free.fr