findJuliaNoError: Find a Julia executable

Description Usage Arguments Value Examples

View source: R/julia_evaluators.R

Description

The function is almost identical to the findJulia function from the XRJulia package, but prevent errors arising from looking for a Julia executable with the "which"/"where" function if Julia is not present.

Usage

1

Arguments

test

If TRUE, returns TRUE/FALSE depending on whether or not a Julia executable is found. If FALSE, returns the path to the Julia executable if it exists.

Value

TRUE/FALSE or the path to the Julia executable

Examples

1
finJuliaNoError(test = T)

sismonr documentation built on Feb. 11, 2020, 9:07 a.m.