Skip to content

Commit

Permalink
Merge pull request molgenis#147 from joerivandervelde/master
Browse files Browse the repository at this point in the history
Improved stability of R API
  • Loading branch information
RoanKanninga committed Nov 26, 2012
2 parents 9ed816b + adf83e0 commit f4cbac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ else if (filename.equals(""))
s += ("app_location <- paste(\"" + request.getAppLocation() + "\")\n");
s += ("\n");
s += ("#load autogenerated R interfaces\n");
s += ("source(\"" + rSource + "source.R\")\n");
s += ("msource(\"" + rSource + "source.R\")\n");
s += ("\n");
s += ("#connect to the server\n");
s += ("MOLGENIS.connect()\n");
Expand Down

0 comments on commit f4cbac0

Please sign in to comment.