srr_stats_checklist_check: Check a completed standards checklist

srr_stats_checklist_checkR Documentation

Check a completed standards checklist

Description

Correct any potential formatting issues in a completed standards checklist

Usage

srr_stats_checklist_check(file)

Arguments

file

Name of local file containing a completed checklist. Must be a markdown document in .md format, not .Rmd or anything else.

See Also

Other helper: srr_stats_categories(), srr_stats_checklist(), srr_stats_pkg_skeleton(), srr_stats_pre_submit()

Examples

## Not run: 
f <- tempfile (fileext = ".md")
srr_stats_checklist (category = "regression", filename = f)
chk <- srr_stats_checklist_check (f)

## End(Not run)

ropenscilabs/rssr documentation built on Oct. 29, 2024, 7:11 a.m.