smlp2020-stream4 / SMLP2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:R 95.9%Language:Julia 4.1%