Skip to content

Commit

Permalink
Update code meta [no CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Aug 9, 2023
1 parent 95e25b2 commit bd80e4b
Showing 1 changed file with 26 additions and 19 deletions.
45 changes: 26 additions & 19 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@
}
],
"softwareSuggestions": [
{
"@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": "dplyr",
Expand Down Expand Up @@ -258,55 +270,50 @@
},
"5": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "zip",
"name": "zip",
"identifier": "tibble",
"name": "tibble",
"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=zip"
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
"7": {
"6": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"identifier": "vctrs",
"name": "vctrs",
"version": ">= 0.4.2",
"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=tibble"
"sameAs": "https://CRAN.R-project.org/package=vctrs"
},
"8": {
"7": {
"@type": "SoftwareApplication",
"identifier": "vctrs",
"name": "vctrs",
"version": ">= 0.4.2",
"identifier": "zip",
"name": "zip",
"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=vctrs"
"sameAs": "https://CRAN.R-project.org/package=zip"
},
"9": {
"8": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5"
},
"SystemRequirements": null
},
"fileSize": "5106.868KB",
"fileSize": "5117.153KB",
"releaseNotes": "https://github.com/ropensci/readODS/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/readODS/blob/v2.0/README.md",
"contIntegration": ["https://app.codecov.io/gh/ropensci/readODS?branch=master", "https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml"],
Expand Down

0 comments on commit bd80e4b

Please sign in to comment.