Skip to contents

Set 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: option gllvmTMB.GLLVModels.jl.path or env GLLVMODELS_JL_PATH). Earlier path settings remain accepted as compatibility aliases.

julia_home

Julia bin directory (default: option gllvmTMB.julia_home or env JULIA_HOME; if unset, JuliaCall auto-discovers).

Value

Invisibly TRUE once ready.