Installation instructions
You can install the latest version of BiGSTARS.jl using Julia’s built-in package manager. Just press ] in the Julia REPL to enter package mode, then add the package and run instantiate to build all required dependencies.
julia> ]
(v1.11) pkg> add BiGSTARS
(v1.11) pkg> instantiateWe recommend installing BiGSTARS.jl using Julia’s built-in package manager, as this installs a stable, tagged release. Later on, you can update BiGSTARS.jl to the latest tagged version again by using the package manager:
(v1.11) pkg> update BiGSTARSNote: Some releases may introduce breaking changes to certain modules. If something stops working or your code behaves unexpectedly after an update, feel free to open an issue. We're more than happy to help you get your model up and running again.