-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a20241
commit 99ae2ad
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |