## ----include = FALSE----------------------------------------------------------
# Chunks are eval = FALSE (they need the funz-fz Python package and a
# configured calculator) and purl = FALSE (so `R CMD check`'s tangle-and-run
# step does not try to execute them either). The code is still shown in the
# rendered vignette.
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)

