Skip to content

Commit

Permalink
Re-build codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 31, 2020
1 parent b6ca15e commit b71385e
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.2 (2020-06-22)",
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -156,14 +156,26 @@
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 2.99",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://github.com/r-lib/testthat"
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@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"
}
],
"softwareRequirements": [
Expand Down Expand Up @@ -212,7 +224,7 @@
}
],
"releaseNotes": "https://github.com/ropensci/lightr/blob/master/NEWS.md",
"fileSize": "4626.661KB",
"fileSize": "5550.716KB",
"contIntegration": "https://codecov.io/github/ropensci/lightr?branch=master",
"keywords": [
"r",
Expand Down Expand Up @@ -241,7 +253,7 @@
},
{
"@type": "Person",
"givenName": ["Thomas", "E."],
"givenName": "Thomas",
"familyName": "White"
},
{
Expand All @@ -252,6 +264,7 @@
],
"name": "lightr: import spectral data and metadata in R",
"identifier": "10.21105/joss.01857",
"url": "https://doi.org/10.21105/joss.01857",
"pagination": "1857",
"@id": "https://doi.org/10.21105/joss.01857",
"sameAs": "https://doi.org/10.21105/joss.01857",
Expand All @@ -266,5 +279,7 @@
}
}
}
]
],
"readme": "https://github.com/ropensci/lightr/blob/main/README.md",
"developmentStatus": "https://www.tidyverse.org/lifecycle/#stable"
}

0 comments on commit b71385e

Please sign in to comment.