has_java {photon} | R Documentation |
Is Java installed?
Description
Utility function to check if Java is installed and if it has the right version.
Usage
has_java(version = NULL)
Arguments
version |
Character string specifying the minimum version of Java.
If the installed Java version is lower than this, returns |
Value
A logical vector of length 1.
Examples
has_java() # Is Java installed?
has_java("11") # Is Java > 11 installed?
[Package photon version 0.3.1 Index]