
Set up JuliaCall and load the GLLVModels.jl engine (once per R session).
Source:R/julia-bridge.R
gllvm_julia_setup.RdSet up JuliaCall and load the GLLVModels.jl engine (once per R session).
Usage
gllvm_julia_setup(
jl_path = .gllvm_julia_project_path(),
julia_home = getOption("gllvmTMB.julia_home", Sys.getenv("JULIA_HOME", ""))
)Arguments
- jl_path
Path to the GLLVModels.jl project that provides
bridge_fit(default: optiongllvmTMB.GLLVModels.jl.pathor envGLLVMODELS_JL_PATH). Earlier path settings remain accepted as compatibility aliases.- julia_home
Julia
bindirectory (default: optiongllvmTMB.julia_homeor envJULIA_HOME; if unset, JuliaCall auto-discovers).