This commit is contained in:
Lee moon soo 2016-03-16 22:31:30 -07:00
parent a1228945e4
commit fc66da9a9c

View file

@ -44,7 +44,7 @@ public class SparkRInterpreter extends Interpreter {
static {
Interpreter.register(
"R",
"r",
"spark",
SparkRInterpreter.class.getName(),
new InterpreterPropertyBuilder()