Create and initialise an rOpenSci package review project
Usage
pkgreview_create(
pkg_repo,
review_parent = ".",
template = c("review", "editor"),
issue_no = NULL
)Arguments
- pkg_repo
character string of the repo owner and name in the form of
"owner/repo".- review_parent
directory in which to setup review project and source package source code.
- template
character string, one of
revieworeditor.- issue_no
integer. Issue number of the pkg review in the rOpenSci
software-reviewrepository. # nolint: line_length_linter IfNULL(default), the issue number is extracted from the rOpenSci Under Review badge on the pkg repository README. Supplying an integer toissue_nooverrides this behaviour and can be useful if a badge has not been added to the README yet.
