diff --git a/DESCRIPTION b/DESCRIPTION index d62489d7..e1355574 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgstats Title: Metrics of R Packages -Version: 0.0.0.314 +Version: 0.0.1 Authors@R: person(given = "Mark", family = "Padgham", diff --git a/codemeta.json b/codemeta.json index ed244e29..7467c319 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,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.0.0.314", + "version": "0.0.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -191,6 +191,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=readr" }, + { + "@type": "SoftwareApplication", + "identifier": "sys", + "name": "sys", + "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=sys" + }, { "@type": "SoftwareApplication", "identifier": "withr", @@ -208,7 +220,7 @@ "identifier": "https://sysreqs.r-hub.io/get/cxx11" } ], - "fileSize": "54129.172KB", + "fileSize": "54169.697KB", "developmentStatus": "https://www.repostatus.org/#concept", "readme": "https://github.com/ropensci-review-tools/pkgstats/blob/main/README.md", "relatedLink": [ @@ -217,8 +229,5 @@ "https://ropensci-review-tools.github.io/pkgstats", "https://docs.ropensci.org/pkgstats/" ], - "contIntegration": [ - "https://github.com/ropensci-review-tools/pkgstats/actions?query=workflow%3AR-CMD-check", - "https://codecov.io/gh/ropensci-review-tools/pkgstats" - ] + "contIntegration": ["https://github.com/ropensci-review-tools/pkgstats/actions?query=workflow%3AR-CMD-check", "https://codecov.io/gh/ropensci-review-tools/pkgstats"] }