Révision 1774
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/RWorkspace.java (revision 1774) | ||
|---|---|---|
| 1576 | 1576 |
REXP r = null; |
| 1577 | 1577 |
try {
|
| 1578 | 1578 |
r = connection.eval(expr); |
| 1579 |
|
|
| 1580 |
Log.info(" return: " + this.getCastedREXP(r)); //$NON-NLS-1$
|
|
| 1581 |
|
|
| 1579 |
if(isLoggingEvalCommandLines()) {
|
|
| 1580 |
Log.info(" return: " + this.getCastedREXP(r)); //$NON-NLS-1$
|
|
| 1581 |
} |
|
| 1582 | 1582 |
} |
| 1583 | 1583 |
catch (Exception e) {
|
| 1584 | 1584 |
// TODO Auto-generated catch block |
Formats disponibles : Unified diff