Skip to content

Commit

Permalink
insert space after count in rcmdcheck summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jan 18, 2022
1 parent c759d71 commit f4f6591
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.207
Version: 0.0.2.208
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
8 changes: 4 additions & 4 deletions R/checks-goodpractice.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ summarise_gp_checks <- function (checks) {
" R CMD check found ",
nerr,
ifelse (nerr == 1,
"error.",
"errors."
" error.",
" errors."
)
)
}
Expand All @@ -68,8 +68,8 @@ summarise_gp_checks <- function (checks) {
" R CMD check found ",
nwarn,
ifelse (nwarn == 1,
"warning.",
"warnings."
" warning.",
" warnings."
)
)
}
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.207",
"version": "0.0.2.208",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit f4f6591

Please sign in to comment.