diff --git a/DESCRIPTION b/DESCRIPTION index ac9c790..57575d4 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: githist Title: Code analyses traced along the 'git' history of a package -Version: 0.0.1.005 +Version: 0.0.1.006 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/R/pkgstats-data.R b/R/pkgstats-data.R index d067ae0..193e646 100644 --- a/R/pkgstats-data.R +++ b/R/pkgstats-data.R @@ -15,6 +15,7 @@ run_one_pkgstats <- function (path) { n_fns <- length (unique (fns$fn_name)) + package <- NULL # Suppress 'no visible binding' note. ext_calls <- s$external_calls |> dplyr::select ("call", "package") |> dplyr::group_by (package) |> diff --git a/codemeta.json b/codemeta.json index dc04a92..3ac5f05 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/githist", "issueTracker": "https://github.com/ropensci-review-tools/githist/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.0.1.005", + "version": "0.0.1.006", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",