From e8409cb199eac8970de68dc9ede22d5dffefd276 Mon Sep 17 00:00:00 2001 From: seabbs <20317649+seabbs@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:37:39 +0000 Subject: [PATCH] Update codemeta.json --- codemeta.json | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..4ff0cde --- /dev/null +++ b/codemeta.json @@ -0,0 +1,190 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "identifier": "baselinenowcast", + "description": "Provides functions for nowcasting right-truncated epidemiological data, based heavily on the method implemented in https://github.com/KITmetricslab/RESPINOW-Hub/tree/main/code/baseline", + "name": "baselinenowcast: Baseline nowcast", + "codeRepository": "https://github.com/epinowcast/baselinenowcast/", + "issueTracker": "https://github.com/epinowcast/baselinenowcast/issues", + "license": "https://spdx.org/licenses/MIT", + "version": "0.0.0.1000", + "programmingLanguage": { + "@type": "ComputerLanguage", + "name": "R", + "url": "https://r-project.org" + }, + "runtimePlatform": "R version 4.4.2 (2024-10-31)", + "author": [ + { + "@type": "Person", + "givenName": "Kaitlyn", + "familyName": "Johnson", + "email": "kaitlyn.johnson@lshtm.ac.uk", + "@id": "https://orcid.org/0000-0001-8011-0012" + }, + { + "@type": "Person", + "givenName": "Sam", + "familyName": "Abbott", + "email": "contact@samabbott.co.uk", + "@id": "https://orcid.org/0000-0001-8057-8037" + }, + { + "@type": "Person", + "givenName": "Johannes", + "familyName": "Bracher", + "email": "johannes.bracher@kit.edu", + "@id": "https://orcid.org/0000-0002-3777-1410" + }, + { + "@type": "Person", + "givenName": "Sebastian", + "familyName": "Funk", + "email": "sebastian.funk@lshtm.ac.uk", + "@id": "https://orcid.org/0000-0002-2842-3406" + } + ], + "copyrightHolder": [ + { + "@type": "Person", + "givenName": "Kaitlyn", + "familyName": "Johnson", + "email": "kaitlyn.johnson@lshtm.ac.uk", + "@id": "https://orcid.org/0000-0001-8011-0012" + } + ], + "maintainer": [ + { + "@type": "Person", + "givenName": "Kaitlyn", + "familyName": "Johnson", + "email": "kaitlyn.johnson@lshtm.ac.uk", + "@id": "https://orcid.org/0000-0001-8011-0012" + } + ], + "softwareSuggestions": [ + { + "@type": "SoftwareApplication", + "identifier": "dplyr", + "name": "dplyr", + "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=dplyr" + }, + { + "@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": "ggplot2", + "name": "ggplot2", + "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=ggplot2" + }, + { + "@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": "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": "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" + }, + { + "@type": "SoftwareApplication", + "identifier": "withr", + "name": "withr", + "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=withr" + }, + { + "@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" + } + ], + "softwareRequirements": { + "1": { + "@type": "SoftwareApplication", + "identifier": "R", + "name": "R", + "version": ">= 4.0.0" + }, + "SystemRequirements": null + }, + "fileSize": "4.575KB", + "releaseNotes": "https://github.com/epinowcast/baselinenowcast/blob/master/NEWS.md", + "readme": "https://github.com/epinowcast/baselinenowcast/blob/main/README.Rmd", + "contIntegration": ["https://github.com/epinowcast/baselinenowcast/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/epinowcast/baselinenowcast"], + "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#stable" +}