View source: R/render-templates.R
| pkgreview_index_rmd | R Documentation |
Creates skeleton review files:
index.Rmd: html_notebook to perform and record review in
README.md: prepopulated README for review repo.
index.Rmd will be automatically added to .Rbuildignore.
The resulting templates are populated with default
YAML frontmatter and R fenced code chunks (Rmd).
pkgreview_index_rmd(pkg_data, template = c("review", "editor"), destdir)
pkgreview_readme_md(pkg_data, destdir)
pkgreview_request(pkg_data, destdir)
pkg_data |
package metadata generated by pkgreview_getdata() |
template |
character string, one of |
destdir |
where to save the template |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.