Skip to content

Commit

Permalink
update metedata file
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Dec 17, 2024
1 parent 4195f57 commit 2857e81
Showing 1 changed file with 35 additions and 17 deletions.
52 changes: 35 additions & 17 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "devtools",
"name": "devtools",
"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=devtools"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
Expand All @@ -73,27 +85,27 @@
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"identifier": "mockery",
"name": "mockery",
"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"
"sameAs": "https://CRAN.R-project.org/package=mockery"
},
{
"@type": "SoftwareApplication",
"identifier": "devtools",
"name": "devtools",
"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=devtools"
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
Expand All @@ -110,15 +122,15 @@
},
{
"@type": "SoftwareApplication",
"identifier": "mockery",
"name": "mockery",
"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=mockery"
"sameAs": "https://CRAN.R-project.org/package=withr"
}
],
"softwareRequirements": {
Expand Down Expand Up @@ -190,27 +202,27 @@
},
"7": {
"@type": "SoftwareApplication",
"identifier": "plotly",
"name": "plotly",
"identifier": "jsonlite",
"name": "jsonlite",
"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=plotly"
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"identifier": "plotly",
"name": "plotly",
"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=jsonlite"
"sameAs": "https://CRAN.R-project.org/package=plotly"
},
"9": {
"@type": "SoftwareApplication",
Expand All @@ -226,7 +238,7 @@
},
"SystemRequirements": null
},
"fileSize": "2480.71KB",
"fileSize": "2479.417KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -247,8 +259,14 @@
}
],
"relatedLink": "https://aim-rsf.github.io/browseMetadata/",
"releaseNotes": "https://github.com/aim-rsf/browseMetadata/blob/master/NEWS.md",
"readme": "https://github.com/aim-rsf/browseMetadata/blob/main/README.md",
"contIntegration": ["https://github.com/aim-rsf/browseMetadata/actions/workflows/R-CMD-check.yaml", "https://github.com/aim-rsf/browseMetadata/actions?query=workflow%3Apkgcheck"],
"contIntegration": ["https://github.com/aim-rsf/browseMetadata/actions/workflows/R-CMD-check.yaml", "https://github.com/aim-rsf/browseMetadata/actions?query=workflow%3Apkgcheck", "https://codecov.io/gh/aim-rsf/browseMetadata"],
"developmentStatus": "https://www.repostatus.org/#active",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/674",
"provider": "https://ropensci.org"
},
"keywords": ["mltc", "r", "rpackage", "sail-databank", "health-data", "metadata"]
}

0 comments on commit 2857e81

Please sign in to comment.