Skip to contents

Clone an up to date copy of the specified ropensci software review/editor response template.

Usage

use_onboarding_tmpl(template = c("review", "editor"))

Arguments

template

character string, one of review or editor.

Value

writes a {template}.md checklist template file in the project root.

Examples

if (FALSE) {
use_onboarding_tmpl(template = "editor")
}