scalaDevelDeployJARs: Deploy JAR Files into the Package File System

View source: R/scalaDevelDeployJARs.R

scalaDevelDeployJARsR Documentation

Deploy JAR Files into the Package File System

Description

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).

Usage

scalaDevelDeployJARs(name, root, srcJAR, binJARs)

Arguments

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., "2.13".)


rscala documentation built on Aug. 15, 2023, 9:07 a.m.