multinomialTS-workshop

Welcome to the multinomialTS workshop!

Running locally

If you are running locally, there are a few set-up steps necessary for everything to work smoothly:

  1. Make sure R is version 4.4.0 or later.
  2. Update your packages.
  3. Download or clone this repo:
    • Using the green ‘Code’ button on the top right of the page, download the .zip folder and unzip it locally.
    • If you are familiar with git, you can clone the repo.
  4. Complete the install instructions below.

Install the multinomialTS package

Windows

The best way to install at the moment is to compile from source:

Alternatively, if you are having issues with the build tools, install the binaries:

macOS

The best way to install at the moment is to compile from source:

Alternatively, if you are having issues with the build tools, install the binaries:

For new M-series macs, use:

For Intel macs, use:

Got the package installed?

Let’s check! In the RStudio console, run:

library(multinomialTS)

If that loads without error, you’re good to go. Then open state-space-walkthrough.qmd and click the ‘Render’ button. The first render may take a few minutes to install the remaining R packages; if everything works, a HTML document will open in RStudio.