Skip to content

Commit

Permalink
chore: Update CITATION.cff and codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simpar1471 committed Nov 11, 2024
1 parent 35c606d commit 18762f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "gigs" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'gigs: Assess Fetal, Newborn, and Child Growth with International Standards'
version: 0.4.1.9001
version: 0.4.1.9002
identifiers:
- type: url
value: https://lshtm-gigs.github.io/gigs/
Expand Down
11 changes: 8 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/lshtm-gigs/gigs/",
"issueTracker": "https://github.com/lshtm-gigs/gigs/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.4.1.9001",
"version": "0.4.1.9002",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
"runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -256,7 +256,7 @@
},
"SystemRequirements": null
},
"fileSize": "2201.666KB",
"fileSize": "2211.192KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down Expand Up @@ -287,5 +287,10 @@
"readme": "https://github.com/lshtm-gigs/gigs/blob/master/README.md",
"contIntegration": ["https://github.com/lshtm-gigs/gigs/actions/workflows/R-CMD-check.yaml", "https://github.com/lshtm-gigs/gigs/actions?query=workflow%3Apkgcheck", "https://github.com/lshtm-gigs/gigs/actions/workflows/test-coverage.yaml", "https://codecov.io/github/lshtm-gigs/gigs"],
"developmentStatus": "https://www.repostatus.org/#active",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/626",
"provider": "https://ropensci.org"
},
"keywords": ["growth-standards", "anthropometry", "intergrowth", "r", "who", "r-package", "rstats"]
}

0 comments on commit 18762f0

Please sign in to comment.