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
review
oreditor
.- issue_no
integer. Issue number of the pkg review in the rOpenSci
software-review
repository. IfNULL
(default), the issue number is extracted from the rOpenSci Under Review badge on the pkg repository README. Supplying an integer toissue_no
overrides this behaviour and can be useful if a badge has not been added to the README yet.