Installation
The latest version of Sad.jl can be installed with Julia's built-in package manager. You can add the package and then run instantiate to install dependencies
import Pkg
Pkg.add("Sad")
Pkg.instantiate()Similarly the package can be updated
Pkg.update("Sad")The Sad.jl code has only been tested with Julia v1.6 and above, so please update your installation accordingly.