Skip to content

Commit

Permalink
Increment version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RWParsons committed Jun 3, 2023
1 parent 8d94bab commit 862aa25
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: predictNMB
Type: Package
Title: Evaluate Clinical Prediction Models by Net Monetary Benefit
Version: 0.2.0.9000
Version: 0.2.1
Authors@R: c(
person(given = "Rex",
family = "Parsons",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# predictNMB (development version)
# predictNMB 0.2.1

* `ce_plot()`

Expand Down
24 changes: 18 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropensci/predictNMB",
"issueTracker": "https://github.com/ropensci/predictNMB/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.0.9000",
"version": "0.2.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -266,11 +266,23 @@
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "scales",
"name": "scales",
"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=scales"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"9": {
"10": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
Expand All @@ -282,7 +294,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
"10": {
"11": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
Expand All @@ -294,15 +306,15 @@
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
"11": {
"12": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"SystemRequirements": null
},
"fileSize": "4893.781KB",
"fileSize": "6475.948KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -352,7 +364,7 @@
}
}
],
"relatedLink": "https://docs.ropensci.org/predictNMB/",
"relatedLink": ["https://docs.ropensci.org/predictNMB/", "https://CRAN.R-project.org/package=predictNMB"],
"releaseNotes": "https://github.com/ropensci/predictNMB/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/predictNMB/blob/master/README.md",
"contIntegration": ["https://github.com/ropensci/predictNMB/actions", "https://app.codecov.io/gh/ropensci/predictNMB?branch=master"],
Expand Down

0 comments on commit 862aa25

Please sign in to comment.