Message-ID: <CACTC0VAmOJhykp7YhoY_YmddAma6KOeKJvbvitbes8p51JtFiA@mail.gmail.com>
Date: 2018-10-25T09:56:35Z
From: Maria Cristina Heredia Gómez
Subject: [R-pkg-devel] Question: Download package JAR from Github URL to /inst/java in an R package
Hi everyone!
I have been developing an R package for ordinal and monotonic data named
OCAPIS <https://github.com/CristinaHG/OCAPIS> but algorithms are mainly
built in Scala. So, I provide a FAT Jar
<https://github.com/CristinaHG/OCAPIS/tree/master/OCAPIS/inst/java/scala-2.12>
with the package in /inst/java folder.
Providing that FAT JAR is intended to facilitate the installation to the
user, as he/she will not need to install the Scala Breeze
<https://github.com/scalanlp/breeze> library used for algebraic and numeric
operations. As a result, the package weights 37M and I doubt if CRAN would
accept it.
I was wondering if you guys knew any way that I can specify to download the
.Jar from, for example, the Github repository
<https://github.com/CristinaHG/OCAPIS/tree/master/OCAPIS/inst/java/scala-2.12>
where it is located and place it under /inst/java when installing the
package. Or something similar.
Thanks in advance,
Cristina HG
[[alternative HTML version deleted]]