Soooโ€ฆ weird question. Is anybody aware of a good #statistics package for #Java (or callable from Java, so #Scala, #Kotlin, or other #JVM languages) that supports #PERMANOVA?

Or a way to run #R from Java? #Renjin or #JRI (part of #rJava)? adonis/adonis2 supposedly supports PERMANOVA.

Here's a brief overview the landscape of Java-dependent R packages and user issues with them (solution is rJavaEnv): https://www.ekotov.pro/rJavaEnv/articles/why-rJavaEnv.html

Getting issues with Java, because one or more of you R packages depend on it? If you see your package on the list (see attached pic), rJavaEnv is here to help you to install Java properly with one command. Even if you are just reading xlsx files with xlsx package (though you probably should switch to readxl...), you may be affected.

#rstats #rJava #Java

Why rJavaEnv: the landscape of Java-dependent R packages

rJavaEnv

3/ ๐Ÿ“ฆ Install the development version from GitHub:
devtools::install_github("e-kotov/rJavaEnv")
Quick setup in one line:
rJavaEnv::java_quick_install(version = 21)
This installs Java 21 in your project, updates JAVA_HOME, and sets up your environment variables! #Java #rJava

๐Ÿš€ Introducing rJavaEnv: A new R package to manage multiple Java JDKs for your R projects! ๐ŸŽ‰
https://github.com/e-kotov/rJavaEnv

#rstats #gischat #rspatial #rJava

Using #r5r and #OpenTripPlanner, or another rJava/Java dependent package, this tool for you!

Thread ๐Ÿงต๐Ÿ‘‡

GitHub - e-kotov/rJavaEnv: Java Environments for R Projects

Java Environments for R Projects. Contribute to e-kotov/rJavaEnv development by creating an account on GitHub.

GitHub
Can any #rstats friends have an apple #M1 (or M2) and might be able to advise using #rJava ? I cannot seem to load packages that worked fine on my intel based Mac. I think part of the problem is it is looking in the wrong place for Java? and the incompatible architecture... #coding