diff --git a/DESCRIPTION b/DESCRIPTION index 0248b999..9a1b1b30 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgcheck Title: rOpenSci Package Checks -Version: 0.1.2.118 +Version: 0.1.2.119 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")), diff --git a/R/pkgcheck-fn.R b/R/pkgcheck-fn.R index 7777f8db..147dd2db 100644 --- a/R/pkgcheck-fn.R +++ b/R/pkgcheck-fn.R @@ -6,7 +6,7 @@ #' development stages to more quickly check other aspects. #' @param use_cache Checks are cached for rapid retrieval, and only re-run if #' the git hash of the local repository changes. Setting `use_cache` to `FALSE` -#' will for checks to be re-run even if the git hash has not changed. +#' will force checks to be re-run even if the git hash has not changed. #' @param extra_env Additional environments from which to collate checks. Other #' package names may be appended using `c`, as in `c(.GlobalEnv, "mypkg")`. #' @return A `pkgcheck` object detailing all package assessments automatically diff --git a/codemeta.json b/codemeta.json index 59df8334..9fb969eb 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,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.1.2.118", + "version": "0.1.2.119", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/pkgcheck.Rd b/man/pkgcheck.Rd index 813abd67..7674bcd9 100644 --- a/man/pkgcheck.Rd +++ b/man/pkgcheck.Rd @@ -20,7 +20,7 @@ development stages to more quickly check other aspects.} \item{use_cache}{Checks are cached for rapid retrieval, and only re-run if the git hash of the local repository changes. Setting \code{use_cache} to \code{FALSE} -will for checks to be re-run even if the git hash has not changed.} +will force checks to be re-run even if the git hash has not changed.} \item{extra_env}{Additional environments from which to collate checks. Other package names may be appended using \code{c}, as in \code{c(.GlobalEnv, "mypkg")}.}