Skip to content

Commit

Permalink
version bump -> 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Dec 8, 2022
1 parent b3dbae8 commit c6f75ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Expand Down
29 changes: 18 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -286,7 +295,7 @@
},
"SystemRequirements": "ctags, global, C++11"
},
"fileSize": "1268.978KB",
"fileSize": "25343.142KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -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"
}

0 comments on commit c6f75ba

Please sign in to comment.