Modifier and Type | Class and Description |
---|---|
class |
RRun
Ant task that runs R code
Example :
<r-run>rnorm(10)</r-run>
|
class |
RSet
Ant task that sets a property to contain the result of
an R expression.
|
class |
RTask
Super class of all R specific tasks
|
Modifier and Type | Field and Description |
---|---|
private MessageListener |
AntRMainLoopCallbacks.listener
The message listener that grabs the messages
|
Modifier and Type | Method and Description |
---|---|
void |
AntRMainLoopCallbacks.setMessageListener(MessageListener listener)
Set the message listener (typically a instance of
RTask ) |
Copyright © 2009, Romain Francois francoisromain@free.fr