Renders an executable README, i.e. README.qmd or README.Rmd, to
README.md. Specifically, build_readme():
Installs a copy of the package's current source to a temporary library
Renders the README in a clean R session
Arguments
- path
Path to the top-level directory of the source package.
- quiet
If
TRUE, suppresses most output. Set toFALSEif you need to debug.- ...
Additional arguments passed to
rmarkdown::render(), in the case ofREADME.Rmd. Not used forREADME.qmd
