This repository is rendered at https://www.pharmar.org/
For new markdown content, the easiest way to render the website is with
hugo serveIf you're contributing a document written in .Rmd or .qmd, you'll need
to render your documents to .md before they will be included. You can
either do this manually, or using a script to automatically re-render on
change.
./tools/watch.R # optionalThis repository vendors the R Validation Hub hugo template, which is
included as a git submodule. Submodules require slightly different
syntax in order to be included. When cloning, be sure to use:
git clone --recurse-submodules ...