rJava
rJava copied to clipboard
R to Java interface
## Overview When attempting to execute the .jcall() or J() methods with the exec method in rJava, I encounter a java.lang.StackOverflowError in the "process reaper" thread. This issue occurs consistently...
I have a problem running RSTUDIO, I am using the "xlsx" and "rjava" package to read and save a large amount of hydrological data on a daily level (approximately 60000...
[Repost from [this SO question](https://stackoverflow.com/questions/24337383/unloading-rjava-and-or-restarting-jvm)]. I would like to use `rJava` in combination with `mcparallel` but obviously [the JVM cannot be forked](https://stat.ethz.ch/pipermail/r-devel/2013-November/067960.html). Therefore a separate JVM instance needs to be...
This would allow us to build the package on https://s-u.r-universe.dev The problem is that rJava is one of the few R packages that needs pre-work before we can run R...
`jri_getXxArray()` functions treat arrays of length 0 as `NULL`. This seems deliberate in the code, but it is inconsistent as R is perfectly capable of representing 0-length arrays. This has...
Do you know of any existing package or library that would facilitate easy generation of "CRAN-ready" R packages from Java source? Say I had a class that exposed some functionality...
For example in RStudio if one types View(x) then not the standard R-View is opende but the variable is displayed inline in RStudio. I'd like to support something similar, thus...
For discussion: In the Anaconda Distribution (on Linux), we cannot set `LD_LIBRARY_PATH` and also want to have as dynamic a Java configuration as possible (various Java implementations are available). On...
Very basic. How would you prefer the integration with the current structure? I can't create an `REngineEvalException` from the JNI because I don't have access to the engine. Long version...