View source: R/scalaDevelDeployJARs.R
scalaDevelDeployJARs | R Documentation |
This function copies the JAR files to the appropriate directories of the R
package source. Specifically, source JAR files go into (PKGHOME)/java
and binary JAR files go into (PKGHOME)/inst/java/scala-(VERSION)
,
where (PKGHOME)
is the package home and (VERSION)
is the major
Scala version (e.g., 2.13).
scalaDevelDeployJARs(name, root, srcJAR, binJARs)
name |
The package name (as a string). |
root |
The file system path to package root directory (as a string). |
srcJAR |
The file system path to source JAR file (as a string). |
binJARs |
A named character vector of file system paths, where each name
is a Scala major version (e.g., |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.