Skip to content

Commit

Permalink
Run codemetar::write_codemeta()
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Mar 11, 2024
1 parent 1a20241 commit 99ae2ad
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "archivaltag",
"description": "Functionalities to read archival tag data from several manufacturers, types and sensors.",
"name": "archivaltag: Read Archival Tag Data",
"codeRepository": "https://github.com/inbo/archivaltag",
"issueTracker": "https://github.com/inbo/archivaltag/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31 ucrt)",
"author": [
{
"@type": "Person",
"givenName": "Damiano",
"familyName": "Oldoni",
"email": "damiano.oldoni@inbo.be",
"@id": "https://orcid.org/0000-0003-3445-7562"
},
{
"@type": "Person",
"givenName": "Pieterjan",
"familyName": "Verhelst",
"email": "pieterjan.verhelst@inbo.be",
"@id": "https://orcid.org/0000-0002-2610-6941"
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "Research Institute for Nature and Forest (INBO)"
}
],
"funder": [
{
"@type": "Organization",
"name": "LifeWatch Belgium"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Damiano",
"familyName": "Oldoni",
"email": "damiano.oldoni@inbo.be",
"@id": "https://orcid.org/0000-0003-3445-7562"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"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://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"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=cli"
},
"SystemRequirements": null
},
"fileSize": "2100.132KB",
"readme": "https://github.com/inbo/archivaltag/blob/main/README.md",
"contIntegration": ["https://github.com/inbo/archivaltag/actions/workflows/R-CMD-check.yaml", "https://github.com/inbo/archivaltag/actions/workflows/test-coverage.yaml", "https://app.codecov.io/gh/inbo/archivaltag?branch=main"],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental",
"keywords": ["oscibio", "r", "rstats", "telemetry"]
}

0 comments on commit 99ae2ad

Please sign in to comment.