diff --git a/DESCRIPTION b/DESCRIPTION index 6fee469..a6864e4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgcheck Title: rOpenSci Package Checks -Version: 0.1.2.006 +Version: 0.1.2.007 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/check-fns-have-exs.R b/R/check-fns-have-exs.R index fe8affc..d74b303 100644 --- a/R/check-fns-have-exs.R +++ b/R/check-fns-have-exs.R @@ -1,4 +1,3 @@ - #' Check whether all functions have examples. #' #' @param checks A 'pkgcheck' object with full \pkg{pkgstats} summary and @@ -8,11 +7,12 @@ #' @noRd pkgchk_fns_have_exs <- function (checks) { - rd <- list.files (fs::path ( - checks$pkg$path, "man" - ), - pattern = "\\.Rd$", - full.names = TRUE + rd <- list.files ( + fs::path ( + checks$pkg$path, "man" + ), + pattern = "\\.Rd$", + full.names = TRUE ) # don't check for examples in datasets (#103), identified by keyword diff --git a/R/check-fns-have-return-vals.R b/R/check-fns-have-return-vals.R index 3eef00f..6de3d40 100644 --- a/R/check-fns-have-return-vals.R +++ b/R/check-fns-have-return-vals.R @@ -1,4 +1,3 @@ - #' Check that all functions document their return values. #' #' The reflects a CRAN checks for all new submissions, to ensure that return diff --git a/R/info-pkgdown.R b/R/info-pkgdown.R index 3598ec9..5d9bed4 100644 --- a/R/info-pkgdown.R +++ b/R/info-pkgdown.R @@ -1,4 +1,3 @@ - #' Get list of all 'concepts' used to group man entries. #' #' @param path Location of local repository to report on diff --git a/codemeta.json b/codemeta.json index 6c99d33..684f5fd 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.006", + "version": "0.1.2.007", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",