Skip to content

Commit

Permalink
Fix Bug 3199
Browse files Browse the repository at this point in the history
incomplete suggestion on installing rJava
  • Loading branch information
Valentin Georgiev committed May 18, 2012
1 parent 69c35a0 commit 6dc3654
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -217,7 +217,7 @@ private void checkRdependencies() throws FileNotFoundException, BioclipseExcepti
if (!runRCmd("R -e \".find.package('rJava')\" -s")) {
logger.debug("Error: Package rJava not found.");
if (!runRCmd("R -e \"install.packages('rJava', repos='http://cran.stat.ucla.edu')\" -s")) {
status += "Error finding and installing rJava, use install.packages('rJava') within R";
status += "Error finding and installing rJava, use install.packages('rJava') within R and reboot Bioclipse afterwards";
logger.error(status);
throw new FileNotFoundException(status);
}
Expand Down

0 comments on commit 6dc3654

Please sign in to comment.