srr_stats_pre_submit: Perform pre-submission checks

srr_stats_pre_submitR Documentation

Perform pre-submission checks

Description

Check that all standards are present in code, and listed either as '@srrstats' or '@srrstatsNA'

Usage

srr_stats_pre_submit(path = ".", quiet = FALSE)

Arguments

path

Path to local repository to check

quiet

If 'FALSE', display information on status of package on screen.

Value

(Invisibly) List of any standards missing from code

See Also

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

Examples

d <- srr_stats_pkg_skeleton ()
# The skeleton has 'TODO' standards, and also has only a few from the full
# list expected for the categories specified there.
srr_stats_pre_submit (d)

ropenscilabs/rssr documentation built on April 5, 2025, 12:53 p.m.