
Set up JuliaCall and load the GLLVM.jl engine (once per R session).
Source:R/julia-bridge.R
gllvm_julia_setup.RdSet up JuliaCall and load the GLLVM.jl engine (once per R session).
Usage
gllvm_julia_setup(
jl_path = getOption("gllvmTMB.GLLVM.jl.path", Sys.getenv("GLLVM_JL_PATH", "")),
julia_home = getOption("gllvmTMB.julia_home", Sys.getenv("JULIA_HOME", ""))
)