From 397b25ec767a45c1e5a7933dea3126e0a786fe1f Mon Sep 17 00:00:00 2001 From: seabbs <20317649+seabbs@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:36:43 +0000 Subject: [PATCH] Update codemeta.json --- codemeta.json | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..2caecda --- /dev/null +++ b/codemeta.json @@ -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": "contact@samabbott.co.uk", + "@id": "https://orcid.org/0000-0001-8057-8037" + } + ], + "maintainer": [ + { + "@type": "Organization", + "name": "Sam Abbott", + "email": "contact@samabbott.co.uk", + "@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": "contact@samabbott.co.uk", + "@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"] +}