rJava
rJava copied to clipboard
R to Java interface
Hello @s-u , as you might remember, I made this companion package for R users to effortlessly install Java that matches their platform/cpu/etc and sets the JAVA environment variables in...
As stated in the title.
Dear colleagues, I’m Naser. I attempted to use the "xlsx" package to upload my password-protected Excel file. It works locally, but when I deployed it on shinyapps.io, I encountered an...
The link on https://rforge.net/JRI/files/ for presumably 0.5-7 is listed as [`JRI_rev.tar.gz`](https://rforge.net/JRI/snapshot/JRI_rev.tar.gz) and the downloaded archive then is empty. @s-u is there a chance you could recreate the distribution and fix...
This pull request avoids and fixes IllegalAccessException coming from the usage of `isAccessible`/`setAccessible` on Java 17+. The pull request also investigates calling bridge methods on specialized generic classes to find...
With current implementation, some legitimate Java calls fail because of access to private methods in Java 17+, where setAccessible doesn't work anymore. For example, the following fails though the Map...
Turns out I filed this PR many years ago... against myself 🤦 https://github.com/MichaelChirico/rJava/pull/1 The patch still applies cleanly to current `master` so I'm refiling it where it belongs.
Hi all, When I load {rJava} I get the following message. Do you know if there is a way to supress this message? The problem I'm facing is that we...