srr_stats_pre_submit | R Documentation |
Check that all standards are present in code, and listed either as '@srrstats' or '@srrstatsNA'
srr_stats_pre_submit(path = ".", quiet = FALSE)
path |
Path to local repository to check |
quiet |
If 'FALSE', display information on status of package on screen. |
(Invisibly) List of any standards missing from code
Other helper:
srr_stats_categories()
,
srr_stats_checklist()
,
srr_stats_checklist_check()
,
srr_stats_pkg_skeleton()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.