Skip to contents

Set 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", ""))
)

Arguments

jl_path

Path to the GLLVM.jl project that provides bridge_fit (default: option gllvmTMB.GLLVM.jl.path or env GLLVM_JL_PATH).

julia_home

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

Value

Invisibly TRUE once ready.