The Julia constant structure VERSION is returned.
If test is TRUE, only returns a logical testing whether
this version is compatible with XRJulia.
juliaVersion(test = FALSE, .ev = RJulia())If TRUE, tests compatibility
(currently that the major number is at least 1). Default FALSE
The evaluator object to use. By default, and usually, the current evaluator.
A named list with the
members of the Julia object, the usually relevant ones being "major", "minor" and
"patch". test=TRUE overrides as described.