is_java_available {restoptr} | R Documentation |
Is Java is available?
Description
The restoptr package uses Java to perform optimization procedures. As such, it is important that Java is installed correctly when using this package. This function verifies if Java is available on the system.
Usage
is_java_available()
Value
A logical
(TRUE
or FALSE
) value indicating if Java is available
for usage.
[Package restoptr version 1.0.6 Index]