-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Brad Cannell edited this page Feb 1, 2023
·
5 revisions
Welcome to the templates wiki!
R Notes on creating R Markdown templates
After you make changes to the package:
- Save.
- Update documentation.
devtools::document()
- Run build checks.
devtools::check()
- Build package.
devtools::build()
Notes on add QMD templates to the package. Following the advice on this blog post at the moment.