Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 657 Bytes

File metadata and controls

34 lines (22 loc) · 657 Bytes

docs

Installation

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()'

Build

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