Révision 3163
tmp/org.txm.statsengine.r.rcp/src/org/txm/statsengine/r/rcp/handlers/CheckRPackages.java (revision 3163) | ||
---|---|---|
10 | 10 |
import org.eclipse.core.commands.ExecutionException; |
11 | 11 |
import org.eclipse.jface.dialogs.MessageDialog; |
12 | 12 |
import org.eclipse.jface.util.Util; |
13 |
import org.eclipse.swt.widgets.Display; |
|
14 | 13 |
import org.eclipse.swt.widgets.Shell; |
15 | 14 |
import org.rosuda.REngine.REXP; |
16 | 15 |
import org.rosuda.REngine.REXPInteger; |
... | ... | |
33 | 32 |
public static HashMap<String, String> errorMessages; |
34 | 33 |
|
35 | 34 |
public static HashMap<String, List<String>> depends; |
36 |
{ |
|
35 |
|
|
36 |
|
|
37 |
public static void initialize() { |
|
37 | 38 |
packages = new HashMap<>(); |
38 | 39 |
errorMessages = new HashMap<>(); |
39 | 40 |
depends = new HashMap<>(); |
... | ... | |
88 | 89 |
|
89 | 90 |
public static boolean check() { |
90 | 91 |
System.out.print(RUIMessages.checkingRPackages); |
92 |
|
|
93 |
initialize(); |
|
91 | 94 |
// Log.info("Checking R packages..."); |
92 | 95 |
|
93 | 96 |
String method = "internal"; // default method is internal //$NON-NLS-1$ |
Formats disponibles : Unified diff