Skip to content

Commit da50384

Browse files
committed
Update README.md
1 parent fe3a163 commit da50384

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ The example provides two functions:
1111
* calcR(x,y) to let the Scala class call R (using JRI) to calculate within R the sum of x+y
1212

1313
# 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

Comments
 (0)