Skip to content

mrc-ide/odin-monty

Repository files navigation

odin-monty

A site for the odin/monty book; you may prefer to go to the actual book site if you want the content.

Development

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

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

install.packages(
  c("monty", "dust2", "odin2"),
  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 books specifically here