yannrichet / rsession

R sessions wrapping for Java
BSD 2-Clause "Simplified" License
52 stars 31 forks source link

Update Rsession.java #13

Closed ldbinac closed 6 years ago

ldbinac commented 8 years ago

in main method L2252 "R = Rsession.newInstanceTry(l, null);", The second parameter of method "newInstanceTry" is null, but the subsequent will use this parameter to subsequent join processing

yannrichet commented 6 years ago

Now ported to 2.0 inside RserveSession