Skip to content

Commit

Permalink
Update codemeta.json (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: seabbs <20317649+seabbs@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and seabbs authored Oct 23, 2024
1 parent a2f7ffc commit 93ae3d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "primarycensored",
"description": "This package provides functions for working with primary event censored distributions and Stan implementations for use in Bayesian modeling. Primary event censored distributions are useful for modeling delayed reporting scenarios in epidemiology and other fields. It also provides support for arbitrary delay distributions, a range of common primary distributions, and allows for truncation and secondary event censoring to be accounted for. A subset of common distributions also include analytical solutions, allowing for faster computation. In addition, it provides both frequentist and Bayesian methods for fitting primary event censored distributions to data via optional dependencies.",
"name": "primarycensored: Primary Event Censored Distributions in R and Stan",
"description": "This package provides functions for working with primary event censored distributions and 'Stan' implementations for use in Bayesian modeling. Primary event censored distributions are useful for modeling delayed reporting scenarios in epidemiology and other fields. It also provides support for arbitrary delay distributions, a range of common primary distributions, and allows for truncation and secondary event censoring to be accounted for. A subset of common distributions also include analytical solutions, allowing for faster computation. In addition, it provides both frequentist and Bayesian methods for fitting primary event censored distributions to data via optional dependencies.",
"name": "primarycensored: Primary Event Censored Distributions",
"relatedLink": "https://primarycensored.epinowcast.org",
"codeRepository": "https://github.com/epinowcast/primarycensored/",
"issueTracker": "https://github.com/epinowcast/primarycensored/issues/",
Expand Down Expand Up @@ -214,7 +214,7 @@
},
"SystemRequirements": null
},
"fileSize": "430.039KB",
"fileSize": "430.221KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -235,7 +235,7 @@
"@id": "https://orcid.org/0000-0003-0645-5367"
}
],
"name": "primarycensored: Primary Event Censored Distributions in R and Stan",
"name": "primarycensored: Primary Event Censored Distributions",
"identifier": "10.5281/zenodo.13632839",
"@id": "https://doi.org/10.5281/zenodo.13632839",
"sameAs": "https://doi.org/10.5281/zenodo.13632839"
Expand All @@ -245,5 +245,5 @@
"readme": "https://github.com/epinowcast/primarycensored/blob/main/README.md",
"contIntegration": ["https://github.com/epinowcast/primarycensored/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/epinowcast/primarycensored"],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#stable",
"keywords": ["censoring", "distributions", "truncation"]
"keywords": ["censoring", "distributions", "truncation", "mc-stan", "r-package"]
}

0 comments on commit 93ae3d9

Please sign in to comment.