Skip to content

Commit

Permalink
codemetar::write_codemeta()
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Aug 27, 2024
1 parent b5290e2 commit a996cf2
Showing 1 changed file with 21 additions and 37 deletions.
58 changes: 21 additions & 37 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/frictionlessdata/frictionless-r",
"issueTracker": "https://github.com/frictionlessdata/frictionless-r/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.1.0.9000",
"version": "1.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -42,6 +42,13 @@
"familyName": "Huybrechts",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-6658-6062"
},
{
"@type": "Person",
"givenName": "Sanne",
"familyName": "Govaert",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-8939-1305"
}
],
"contributor": [
Expand Down Expand Up @@ -147,6 +154,18 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"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=tibble"
}
],
"softwareRequirements": {
Expand Down Expand Up @@ -260,42 +279,7 @@
},
"SystemRequirements": null
},
"fileSize": "221.508KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2024",
"author": [
{
"@type": "Person",
"givenName": "Peter",
"familyName": "Desmet",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-8442-8025"
},
{
"@type": "Person",
"givenName": "Damiano",
"familyName": "Oldoni",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-3445-7562"
},
{
"@type": "Person",
"givenName": "Pieter",
"familyName": "Huybrechts",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-6658-6062"
}
],
"name": "frictionless: Read and Write Frictionless Data Packages",
"identifier": "10.5281/zenodo.5815355",
"url": "https://cran.r-project.org/package=frictionless",
"description": "R package version 1.1.0.9000",
"@id": "https://doi.org/10.5281/zenodo.5815355",
"sameAs": "https://doi.org/10.5281/zenodo.5815355"
}
],
"fileSize": "240.797KB",
"releaseNotes": "https://github.com/frictionlessdata/frictionless-r/blob/master/NEWS.md",
"readme": "https://github.com/frictionlessdata/frictionless-r/blob/main/README.md",
"contIntegration": ["https://github.com/frictionlessdata/frictionless-r/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/frictionlessdata/frictionless-r/"],
Expand Down

0 comments on commit a996cf2

Please sign in to comment.