Update steps for obtaining Java code

This commit is contained in:
Joel Therrien 2019-07-03 09:35:45 -07:00
parent 9006f96716
commit ec4ef7ea44
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
The Java source code for this package can be obtained at https://github.com/jatherrien/largeRCRF-Java, and is also licensed under the GPL-3 license. You can include it with your modifications into the R package by following these steps: The Java source code for this package can be obtained at https://github.com/jatherrien/largeRCRF-Java, and is also licensed under the GPL-3 license. You can include it with your modifications into the R package by following these steps:
* Delete all the contents of `inst/java/` * Delete the Jar file in `inst/java/`
* Build the Java code in its own separate directory using `mvn clean package` (make sure you have Maven installed) * Build the Java code in its own separate directory using `mvn clean package` in the root of the directory (same folder containing `README.md`). Make sure you have [Maven](https://maven.apache.org/) installed.
* Copy the `target/largeRCRF-1.0-SNAPSHOT.jar` file produced in the Java directory into `inst/java/` * Copy the `library/target/largeRCRF-library/1.0-SNAPSHOT.jar` file produced in the Java directory into `inst/java/`