bedatadriven / renjin-docs

Documentation for Renjin, the R interpreter for the JVM
7 stars 4 forks source link

add section on converting existing GNU R packages #18

Open perNyfelt opened 4 years ago

akbertram commented 4 years ago

There's actually another maven goal called "gnur-compile" that will build a package using the GNU R layout. You can use the POM files from any of the automatically built cran packages as an example:

https://nexus.bedatadriven.com/content/groups/public/org/renjin/cran/digest/0.4.2-b11/digest-0.4.2-b11.pom

perNyfelt commented 4 years ago

Yes, this is what I documented. The basic "write renjin extensions" does not mention gnur-compile so this was an attempt to document it.