Skip to content

Commit

Permalink
version bump -> 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Oct 10, 2024
1 parent 8d2959a commit d142012
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 10 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.6.019
Version: 0.2.0
Authors@R:
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Expand Down
39 changes: 30 additions & 9 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.019",
"version": "0.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -111,6 +111,18 @@
"identifier": "parallel",
"name": "parallel"
},
{
"@type": "SoftwareApplication",
"identifier": "piggyback",
"name": "piggyback",
"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=piggyback"
},
{
"@type": "SoftwareApplication",
"identifier": "pkgbuild",
Expand Down Expand Up @@ -271,11 +283,23 @@
"sameAs": "https://CRAN.R-project.org/package=igraph"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "memoise",
"name": "memoise",
"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=memoise"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"8": {
"9": {
"@type": "SoftwareApplication",
"identifier": "readr",
"name": "readr",
Expand All @@ -287,7 +311,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=readr"
},
"9": {
"10": {
"@type": "SoftwareApplication",
"identifier": "sys",
"name": "sys",
Expand All @@ -299,7 +323,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=sys"
},
"10": {
"11": {
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
Expand All @@ -313,12 +337,9 @@
},
"SystemRequirements": "ctags, global"
},
"fileSize": "487.293KB",
"fileSize": "486.121KB",
"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 d142012

Please sign in to comment.