Skip to content

Commit

Permalink
update codemeta data
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman committed Dec 15, 2023
1 parent 209e12e commit 6652a88
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identifier": "network.r2d3",
"description": "Makes interactive network graphs using r2d3.",
"name": "network.r2d3: Makes interactive network graphs using r2d3",
"codeRepository": "https://github.com/cjyetman/network.r2d3",
"codeRepository": "https://cjyetman.github.io/network.r2d3",
"issueTracker": "https://github.com/cjyetman/network.r2d3/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
Expand All @@ -13,7 +13,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"author": [
{
"@type": "Person",
Expand All @@ -23,6 +23,13 @@
"@id": "https://orcid.org/0000-0001-5099-9500"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Mike",
"familyName": "Bostock"
}
],
"maintainer": [
{
"@type": "Person",
Expand All @@ -49,7 +56,13 @@
"@type": "SoftwareApplication",
"identifier": "chromote",
"name": "chromote",
"sameAs": "https://github.com/rstudio/chromote"
"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=chromote"
},
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -207,12 +220,6 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidygraph"
},
{
"@type": "SoftwareApplication",
"identifier": "webshot2",
"name": "webshot2",
"sameAs": "https://github.com/rstudio/webshot2"
}
],
"softwareRequirements": {
Expand All @@ -230,6 +237,11 @@
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "r2d3",
"name": "r2d3",
Expand All @@ -243,8 +255,5 @@
},
"SystemRequirements": null
},
"fileSize": "80.453KB",
"relatedLink": "https://cjyetman.github.io/network.r2d3",
"readme": "https://github.com/cjyetman/network.r2d3/blob/main/README.md",
"keywords": ["r", "r-package", "data-visualization", "d3", "interactive-visualizations", "r2d3"]
"fileSize": "114.782KB"
}

0 comments on commit 6652a88

Please sign in to comment.