Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 691 Bytes

SMLP2020

This code base is using the Julia Language and DrWatson to make a reproducible scientific project named

SMLP2020

It is authored by Phillip Alday, Douglas Bates, Reinhold Kliegl.

To (locally) reproduce this project, do the following:

  1. Clone this repository

  2. Open a Julia console and do:

    julia> using Pkg
    julia> Pkg.activate("path/to/this/project")
    julia> Pkg.instantiate()
    

This will install all necessary packages for you to be able to run the scripts and everything should work out of the box. See the .jmd scripts in the scripts directory for methods to access data, fit models, etc.