Skip to content

Commit

Permalink
Merge pull request #7 from epinowcast/update-codemeta-6
Browse files Browse the repository at this point in the history
Update codemeta.json
  • Loading branch information
seabbs authored Jan 29, 2025
2 parents 65f907a + e8409cb commit 1158290
Showing 1 changed file with 190 additions and 0 deletions.
190 changes: 190 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1158290

Please sign in to comment.