Skip to content

Commit

Permalink
mv pre_release -> pre_submit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 5, 2021
1 parent a0b0b84 commit 9fcc90d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: srr
Title: 'rOpenSci' Review Roclets
Version: 0.0.1.022
Version: 0.0.1.023
Authors@R:
person(given = "Mark",
family = "Padgham",
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export(srr_stats_categories)
export(srr_stats_checklist)
export(srr_stats_checklist_check)
export(srr_stats_pkg_skeleton)
export(srr_stats_pre_release)
export(srr_stats_pre_submit)
export(srr_stats_roclet)
export(srr_stats_roxygen)
importFrom(Rcpp,evalCpp)
Expand Down
6 changes: 3 additions & 3 deletions R/pre-release.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Perform pre-release checks
#' Perform pre-submission checks
#'
#' Check that all standards are present in code, and listed either as
#' '@srrstats' or '@srrstatsNA'
Expand All @@ -10,8 +10,8 @@
#' 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_release (d)
srr_stats_pre_release <- function (path) {
#' srr_stats_pre_submit (d)
srr_stats_pre_submit <- function (path) {

stds_in_code <- get_stds_from_code (path)
all_stds_in_code <- unique (unlist (stds_in_code))
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Companion package to 'rOpenSci' statistical\n software review project.",
"name": "srr: 'rOpenSci' Review Roclets",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.1.022",
"version": "0.0.1.023",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 1 addition & 1 deletion man/srr_stats_categories.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/srr_stats_checklist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/srr_stats_checklist_check.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/srr_stats_pkg_skeleton.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/srr_stats_pre_release.Rd → man/srr_stats_pre_submit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9fcc90d

Please sign in to comment.