[R-pkg-devel] Best practice for accessing fat JAR Java application in R package

2021-05-01 Thread Leifeld, Philip
Dear all, I wrote an open-source Java software, which I release as a stand-alone JAR file. I also wrote an R package, which adds functionality and some wrapper functions for the JAR for use without GUI from R. It uses rJava for this purpose. So far, I released both the JAR and the R package on

Re: [R-pkg-devel] Best practice for accessing fat JAR Java application in R package

2021-05-01 Thread Morgan Morgan
Hi, I am not knowledgeable on the topic but if it helps you I know the h2o package as one pretty fat file(s): https://cran.r-project.org/web/checks/check_results_h2o.html It requires java as well. Also found the following link on google: https://thecoatlessprofessor.com/programming/r/size-and-li