DOC

io.github.terminological : r6-generator

Maven & Gradle

Sep 26, 2022
0 stars

R6 generator · R can use RJava or jsr223 to communicate with java. R also has a class system called R6. If you want to use a java library with native rJava or jsr223 in R there is potentially a lot of glue code needed, and R library specific packaging configuration required. However if you don't mind writing an R-centric API in Java you can generate all of this glue code using a few java annotations and the normal javadoc annotations. This plugin aims to provide an annotation processor that writes that glue code and creates a fairly transparent connection between Java code and R code, with a minimum of hard work. The focus of this is streamlining the creation of R libraries by Java developers, rather than allowing access to arbitrary Java code from R. The ultimate aim of this plugin to allow java developers to provide simple APIs for their libraries, package their library using Maven, push it to github and for that to become seamlessly available as an R library, with a minimal amount of fuss. A focus is on trying to produce CI ready libraries tested with Github workflows and ready for CRAN submission.

Table Of Contents

Latest Version

Download io.github.terminological : r6-generator Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.terminological : r6-generator Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x
0.4.x
0.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file r6-generator-0.5.6-javadoc.jar to r6-generator-0.5.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder r6-generator-0.5.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "r6-generator-0.5.6-sources.jar" -d "r6-generator-0.5.6-javadoc" -subpackages