findJuliaNoError: Find a Julia executable

View source: R/julia_evaluators.R

findJuliaNoErrorR Documentation

Find a Julia executable

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

findJuliaNoError(test = FALSE)

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

## Not run: 
findJuliaNoError(test = T)

## End(Not run)

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