juliaVersion {XRJulia} | R Documentation |
Get or test the Julia Version information
Description
The Julia constant structure VERSION
is returned.
If test
is TRUE
, only returns a logical testing whether
this version is compatible with XRJulia
.
Usage
juliaVersion(test = FALSE, .ev = RJulia())
Arguments
test |
If |
.ev |
The evaluator object to use. By default, and usually, the current evaluator. |
Value
A named list with the
members of the Julia object, the usually relevant ones being "major"
, "minor"
and
"patch"
. test=TRUE
overrides as described.
[Package XRJulia version 0.9.0.1 Index]