From c6f75bab81060fad56399e0e3f4c6dc0bee41c1f Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 8 Dec 2022 12:02:42 +0100 Subject: [PATCH] version bump -> 0.1.2 release --- DESCRIPTION | 2 +- codemeta.json | 29 ++++++++++++++++++----------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2103a3c..a0e3daf 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgstats Title: Metrics of R Packages -Version: 0.1.1.068 +Version: 0.1.2 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 67e7b76..bc84da3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,20 +4,17 @@ "identifier": "pkgstats", "description": "Static code analyses for R packages using the external code-tagging libraries \"ctags\" and \"gtags\". Static analyses enable packages to be analysed very quickly, generally a couple of seconds at most. The package also provides access to a database generating by applying the main function to the full CRAN archive, enabling the statistical properties of any package to be compared with all other CRAN packages.", "name": "pkgstats: Metrics of R Packages", - "relatedLink": [ - "https://docs.ropensci.org/pkgstats/", - "https://CRAN.R-project.org/package=pkgstats" - ], + "relatedLink": ["https://docs.ropensci.org/pkgstats/", "https://CRAN.R-project.org/package=pkgstats"], "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.1.068", + "version": "0.1.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.2.0 (2022-04-22)", + "runtimePlatform": "R version 4.2.2 (2022-10-31)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -43,6 +40,18 @@ } ], "softwareSuggestions": [ + { + "@type": "SoftwareApplication", + "identifier": "callr", + "name": "callr", + "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=callr" + }, { "@type": "SoftwareApplication", "identifier": "curl", @@ -286,7 +295,7 @@ }, "SystemRequirements": "ctags, global, C++11" }, - "fileSize": "1268.978KB", + "fileSize": "25343.142KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -303,10 +312,8 @@ "description": "R package version 0.0.3" } ], + "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" }