diff --git a/DESCRIPTION b/DESCRIPTION index d620788..16c7c92 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgstats Title: Metrics of R Packages -Version: 0.1.5.028 +Version: 0.1.6 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/codemeta.json b/codemeta.json index 11b577a..db76e04 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/pkgstats", "issueTracker": "https://github.com/ropensci-review-tools/pkgstats/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.5.028", + "version": "0.1.6", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -70,6 +70,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=hms" }, + { + "@type": "SoftwareApplication", + "identifier": "httr2", + "name": "httr2", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=httr2" + }, { "@type": "SoftwareApplication", "identifier": "jsonlite", @@ -301,12 +313,9 @@ }, "SystemRequirements": "ctags, global" }, - "fileSize": "473.3KB", + "fileSize": "487.293KB", "releaseNotes": "https://github.com/ropensci-review-tools/pkgstats/blob/master/NEWS.md", "readme": "https://github.com/ropensci-review-tools/pkgstats/blob/main/README.md", - "contIntegration": [ - "https://github.com/ropensci-review-tools/pkgstats/actions?query=workflow%3AR-CMD-check", - "https://app.codecov.io/gh/ropensci-review-tools/pkgstats" - ], + "contIntegration": ["https://github.com/ropensci-review-tools/pkgstats/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci-review-tools/pkgstats"], "developmentStatus": "https://www.repostatus.org/#active" }