juliaVersion: Get or test the Julia Version information

Description Usage Arguments Value

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

1
juliaVersion(test = FALSE, .ev = RJulia())

Arguments

test

If TRUE, tests compatibility (currently that the major number is at least 1). Default FALSE

.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.


XRJulia documentation built on May 6, 2019, 1:01 a.m.