renjin

Renjin can't load pckages

做~自己de王妃 提交于 2021-02-10 16:03:35
问题 I'm a newbie with Renjin. I'm trying to use Renjin in a Java application. I'm trying to develop the example showed here. I'm compiling with gradle, as recommended in the renjin's web page. So, with gradle build all is ok when I run gradle build. Building with Renjin 0.8.2527 :compileJava UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :jar UP-TO-DATE :startScripts UP-TO-DATE :distTar UP-TO-DATE :distZip UP-TO-DATE :assemble UP-TO-DATE :compileTestJava UP-TO-DATE

Automated porting of R library for Renjin

こ雲淡風輕ζ 提交于 2019-12-08 11:15:01
问题 I have some local R libraries that I would like include in my renjin Java application. Some of the libraries are written entirely in R, some libraries have C++ dependencies and some libraries have S4 classes. Ideally, I don't want to maintain two copies of each library. I am wondering if there is any automated way to take a local R library(or its sources) and generate a Renjin compatible version? 回答1: All CRAN and Bioconductor packages listed at packages.renjin.org are compiled to Java