protected void initialize() {
   code.clear();
   caller.cleanRCode();
   caller.setRExecutable(this.rPath + "R.exe");
   caller.setRscriptExecutable(this.rPath + "Rscript.exe");
 }