Package 'rjd3jars'

Title: External jars for 'rjdverse' R Packages
Description: It provides external jars required for the 'rjdverse' (as 'rjd3toolkit', 'rjd3x13' and 'rjd3tramoseats').
Authors: Tanguy Barthelemy [aut, cre]
Maintainer: Tanguy Barthelemy <[email protected]>
License: EUPL
Version: 0.0.3
Built: 2026-05-09 08:08:37 UTC
Source: https://github.com/rjdverse/rjd3jars

Help Index


Java Utility Functions

Description

Java Utility Functions

Usage

get_java_version()

current_java_version

minimal_java_version

Format

An object of class integer of length 1.

An object of class integer of length 1.

Value

get_java_version() returns the current java installed and usable version. It's an integer.

Examples

print(minimal_java_version)
print(get_java_version())