pkgreviewr now also provides templates for
editors.
library(pkgreviewr)
pkgreview_create("nldoc/nlrx",
review_parent = "~/Documents/workflows/rOpenSci/editorials/",
template = "editor",
issue_no = 262
)As with initialising a review, the repo is downloaded into
review_parent.
It also creates a pkgreviewr project containing editor
related templates:
.
├── editor.md
├── index.Rmd
├── nlrx-review.Rproj
└── request.Rmd
index.RmdSimilar to a review project, index.Rmd is a
pre-populated notebook where initial editor checks can be performed
editor.mdThis file contains the editor checks response template
request.RmdThis contains a prepopulated parametarised .Rmd for
generating request emails. The parameters it accepts are:
Use:
to render the document by first launching a form in the browser to enter parameter values. Alternatively, you can manually edit the YAML header with parameter values and knit.