- Install R so that it is accessible from the command line
- Install the R package "dunn.test" (i.e.,
install.packages("dunn.test")
)
Beware that this task requires Java 1.8 and Gradle 5.3 (which has been included in this repository). Otherwise, the Ecore types generated will always be EJavaObject
.
./gradlew xcoreProcess
./gradlew compileJava
Tests, PMD and checkstyle:
./gradlew check
Tests only:
./gradlew test
Unlike compileJava
, build
will generate a .zip
file containing the distributions files.
./gradlew build
You can optionally skip the execution of static analysis and tests:
./gradlew build -x check
./gradlew evolution:run
export TAG=0.1.0
git tag -a $TAG -m "$TAG"
git push origin $TAG