You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@ The example provides two functions:
11
11
* calcR(x,y) to let the Scala class call R (using JRI) to calculate within R the sum of x+y
12
12
13
13
# build
14
-
You can run the build process of the JAR package that contains the Scala class by entering the subdirectory "scala" and run there "build.sh". This shell script uses [http://www.scala-sbt.org/ sbt] to assemble a JAR and [http://www.scalatest.org/ ScalaTest] to unit test the Scala methods.
14
+
You can run the build process of the JAR package that contains the Scala class by entering the subdirectory "scala" and run there "build.sh". This shell script uses [sbt](http://www.scala-sbt.org/) to assemble a JAR and [ScalaTest] (http://www.scalatest.org/) to unit test the Scala methods.
15
+
By using these tools, you can ensure a proper build and quality process for your Scala classes/methods used from R.
0 commit comments