Skip to contents

build_qmd() is a wrapper around quarto::quarto_render() that first installs a temporary copy of the package, and then renders each .Rmd in a clean R session. build_readme_qmd() locates your README.and builds it into a README.md

Usage

build_qmd(files, path = ".", ..., quiet = TRUE)

build_readme_qmd(path = ".", quiet = TRUE, ...)

Arguments

files

The Quarto files to be rendered.

path

Path to the top-level directory of the source package.

...

additional arguments passed to quarto::quarto_render().

quiet

If TRUE, suppresses most output. Set to FALSE if you need to debug.