Skip to content

Commit

Permalink
update number and order of checks; closes #44
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Nov 18, 2021
1 parent 5e058b0 commit 1cf3676
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgcheck
Title: rOpenSci Package Checks
Version: 0.0.2.128
Version: 0.0.2.129
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
1 change: 1 addition & 0 deletions R/summarise-checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ order_checks <- function (fns) {
"pkgname",
"license",
"has_citation",
"obsolete_pkg_deps",
"has_codemeta",
"has_contrib",
"uses_roxygen2",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.2.128",
"version": "0.0.2.129",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-list-checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test_that ("list-checks", {
chks <- list_pkgchecks (),
"The following checks are currently implemented"
)
expect_length (chks, 15L)
expect_length (chks, 16L)

expect_silent (
chks2 <- list_pkgchecks (quiet = TRUE)
Expand Down

0 comments on commit 1cf3676

Please sign in to comment.