Re: [R-pkg-devel] Making possible the use of external java codes by downloading it

2020-07-03 Thread Rainer M Krug
e to install java on your machine.") > } > > Cheers > Paul > > De: "Rainer M Krug" > À: "Paul SAVARY" > Cc: "r-package-devel" > Envoyé: Vendredi 3 Juillet 2020 10:33:15 > Objet: Re: [R-pkg-devel] Making possible the use of exter

Re: [R-pkg-devel] Making possible the use of external java codes by downloading it

2020-07-03 Thread Rainer M Krug
Please check out the recent thread "Proper CRAN way - How to handle dependency of java jar file?” About a week ago - I asked essentially the same questions. Cheers, Rainer > On 3 Jul 2020, at 10:15, Paul SAVARY wrote: > > Hello everyone, > > I would like to include external java codes (.ja

[R-pkg-devel] Making possible the use of external java codes by downloading it

2020-07-03 Thread Paul SAVARY
Hello everyone, I would like to include external java codes (.jar files) to a package in order to speed up some computations. However, this would increase the package size above 5 Mb and this code would not be working for users without java installation. Instead, I could include a default para