bigsimr_setup {bigsimr}R Documentation

Setup bigsimr

Description

This function initializes Julia and the Bigsimr.jl package. The first time will be longer since it includes precompilation. Additionally, this will install Julia and the required packages if they are missing.

Usage

bigsimr_setup(pkg_check = TRUE, ...)

Arguments

pkg_check

logical, check for Bigsimr.jl package and install if necessary

...

Parameters are passed down to JuliaCall::julia_setup

Value

Return the imported wrapper of Bigsimr.jl Julia package


[Package bigsimr version 0.12.0 Index]