home.social

#rjava — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rjava, aggregated by home.social.

fetched live
  1. 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.

  2. 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.

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

    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

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

    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

  5. 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

  6. 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

  7. 🚀 Introducing rJavaEnv: A new R package to manage multiple Java JDKs for your R projects! 🎉
    github.com/e-kotov/rJavaEnv

    #rstats #gischat #rspatial #rJava

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

    Thread 🧵👇

  8. 🚀 Introducing rJavaEnv: A new R package to manage multiple Java JDKs for your R projects! 🎉
    github.com/e-kotov/rJavaEnv

    #rstats #gischat #rspatial #rJava

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

    Thread 🧵👇

  9. 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