Skip to content

mrc-ide/orderly-tutorial

Repository files navigation

orderly Tutorial

A site for orderly2 training; you may prefer to go to the actual site if you want the content.

Development

You will need to install quarto, start here to do so.

You will also need a very recent versions of orderly2, the easiest way is probably

install.packages(
  "orderly2",
  repos = c("https://mrc-ide.r-universe.dev", "https://cloud.r-project.org"))

Run

quarto preview

which will open the site in a browser. Then edit the .qmd pages; changes will rebuild automatically.

The site will build when pushed to GitHub, so failures will show on a PR. It will push to gh-pages automatically when merged.

Documentation for quarto is here and for revealjs presentations specifically here