Start Julia session and activate Julia environment to simulate stock-and-flow models. To do so, Julia needs to be installed and findable from within R. See this vignette for guidance. In addition, the Julia environment specifically for sdbuildR needs to have been instantiated. This can be set up with install_julia_env().
Details
Julia supports running stock-and-flow models with units as well as ensemble simulations (see ensemble()).
In every R session, use_julia() needs to be run once (which is done automatically in simulate()), which can take around 30-60 seconds.