Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codemeta.json #20

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 147 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "primarycensoreddist",
"description": "This package provides both R 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 provides support for arbitrary delay distributions, a range of common primary distributions, and allows for truncation and secondary event censoring to be accounted for.",
"name": "primarycensoreddist: Primary Event Censored Distributions in R and Stan",
"relatedLink": "https://primarycensoreddist.epinowcast.org",
"codeRepository": "https://github.com/epinowcast/primarycensoreddist/",
"issueTracker": "https://github.com/epinowcast/primarycensoreddist/issues/",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.0.1000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"author": [
{
"@type": "Organization",
"name": "Sam Abbott",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-8057-8037"
}
],
"maintainer": [
{
"@type": "Organization",
"name": "Sam Abbott",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-8057-8037"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "bookdown",
"name": "bookdown",
"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=bookdown"
},
{
"@type": "SoftwareApplication",
"identifier": "cmdstanr",
"name": "cmdstanr"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"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=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"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=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "spelling",
"name": "spelling",
"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=spelling"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.1.9",
"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=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "usethis",
"name": "usethis",
"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=usethis"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.0.0"
},
"SystemRequirements": null
},
"fileSize": "266.855KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2024",
"author": [
{
"@type": "Organization",
"name": "Sam Abbott",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-8057-8037"
}
],
"name": "primarycensoreddist: Primary Event Censored Distributions in R and Stan",
"identifier": "10.5281/zenodo.13632839",
"@id": "https://doi.org/10.5281/zenodo.13632839",
"sameAs": "https://doi.org/10.5281/zenodo.13632839"
}
],
"releaseNotes": "https://github.com/epinowcast/primarycensoreddist/blob/master/NEWS.md",
"readme": "https://github.com/epinowcast/primarycensoreddist/blob/main/README.md",
"contIntegration": ["https://github.com/epinowcast/primarycensoreddist/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/epinowcast/primarycensoreddist"],
"developmentStatus": "https://www.tidyverse.org/lifecycle/#experimental",
"keywords": ["censoring", "distributions", "truncation"]
}