diff --git a/DESCRIPTION b/DESCRIPTION index cc3f0e7..a44e9c8 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: repometrics Title: Metrics for Your Code Repository -Version: 0.1.3.019 +Version: 0.1.3.020 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/data-pkgstats.R similarity index 100% rename from R/pkgstats-data.R rename to R/data-pkgstats.R diff --git a/codemeta.json b/codemeta.json index dc17ff4..643d4e7 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/repometrics", "issueTracker": "https://github.com/ropensci-review-tools/repometrics/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.3.019", + "version": "0.1.3.020", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/repo_pkgstats_history.Rd b/man/repo_pkgstats_history.Rd index 19adf8d..9511418 100644 --- a/man/repo_pkgstats_history.Rd +++ b/man/repo_pkgstats_history.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/pkgstats-data.R +% Please edit documentation in R/data-pkgstats.R \name{repo_pkgstats_history} \alias{repo_pkgstats_history} \title{Apply \pkg{pkgstats} across the git history of a package}