Révision 1765
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/RWorkspace.java (revision 1765) | ||
|---|---|---|
| 1524 | 1524 |
expr = "try({" + expr + "}, silent=FALSE)";
|
| 1525 | 1525 |
|
| 1526 | 1526 |
if(isLoggingEvalCommandLines()) {
|
| 1527 |
//TODO Log.finest("R safeEval: " + expr, 8); //$NON-NLS-1$
|
|
| 1527 |
//TODO SJ: for debuggin puprose |
|
| 1528 |
//Log.info("R safeEval: " + expr, 8); //$NON-NLS-1$
|
|
| 1528 | 1529 |
Log.info("R safeEval: " + expr); //$NON-NLS-1$
|
| 1529 | 1530 |
} |
| 1530 | 1531 |
|
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/RStatsEngine.java (revision 1765) | ||
|---|---|---|
| 1 | 1 |
package org.txm.statsengine.r.core; |
| 2 | 2 |
|
| 3 |
import java.io.IOException; |
|
| 4 |
|
|
| 5 | 3 |
import org.eclipse.core.runtime.IProgressMonitor; |
| 6 |
import org.txm.core.preferences.TXMPreferences; |
|
| 7 | 4 |
import org.txm.statsengine.core.StatsEngine; |
| 8 | 5 |
import org.txm.statsengine.r.core.exceptions.RWorkspaceException; |
| 9 | 6 |
import org.txm.statsengine.r.core.messages.RCoreMessages; |
| 10 | 7 |
import org.txm.statsengine.r.core.preferences.RPreferences; |
| 11 |
import org.txm.utils.OSDetector; |
|
| 12 |
import org.txm.utils.___StreamConsumer; |
|
| 13 | 8 |
import org.txm.utils.logger.Log; |
| 14 | 9 |
|
| 15 | 10 |
/** |
| ... | ... | |
| 118 | 113 |
|
| 119 | 114 |
try {
|
| 120 | 115 |
if (StartRserve.rProcess != null) {
|
| 121 |
Log.finest("Quitting R process.");
|
|
| 116 |
Log.finest("Quitting R process...");
|
|
| 122 | 117 |
StartRserve.rProcess.destroy(); |
| 123 | 118 |
} |
| 124 | 119 |
} catch (Exception e1) {
|
Formats disponibles : Unified diff