Install R and Quarto (check the github action to see which version you need).
Install renv:
R -e 'install.packages(c("renv", "yaml"))'Install R dependencies:
R -e 'renv::restore()'If restoring the R dependencies consistently fails, we might need to re-initialise the renv lock file:
rm renv.lock
R -e 'renv::install()'The documentation is currently being built by the CI and is published in the render/main branch.
You can also do a local build:
quarto render