checkJuliaVersion: Checks whether the installed version of Julia is at least a...

View source: R/julia_evaluators.R

checkJuliaVersionR Documentation

Checks whether the installed version of Julia is at least a specific version.

Description

Compares the installed Julia version to a specific version number.

Usage

checkJuliaVersion(version)

Arguments

version

Character, on the form "X.Y.Z" where X, Y and Z are integers, representing the version to compare to.

Value

  • ‘-1': if couldn’t check the Julia version

  • '0': if the current Julia version is lower than the specified 'version'

  • '1': if the current Julia version is at least the specified 'version'


oliviaAB/sismonr documentation built on June 25, 2022, 11:59 p.m.