Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
udpate codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 24, 2019
1 parent e730336 commit 90ed6fb
Showing 1 changed file with 66 additions and 36 deletions.
102 changes: 66 additions & 36 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"@context": ["http://purl.org/codemeta/2.0", "http://schema.org"],
"@context": [
"http://purl.org/codemeta/2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "finch",
"description": "Parse and create Darwin Core (<http://rs.tdwg.org/dwc/>) Simple\n and Archives. Functionality includes reading and parsing all the\n files in a Darwin Core Archive, including the datasets and metadata;\n read and parse simple Darwin Core files; and validation of Darwin\n Core Archives.",
"name": "finch: Parse Darwin Core Files",
"codeRepository": "https://github.com/ropensci/finch",
"issueTracker": "https://github.com/ropensci/finch/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.0.9000",
"version": "0.3.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.4.3",
"version": "3.5.3",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)",
"runtimePlatform": "R version 3.5.3 Patched (2019-03-11 r76409)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -30,13 +33,15 @@
"@id": "https://orcid.org/0000-0003-1444-9135"
}
],
"maintainer": {
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain",
"email": "myrmecocystus@gmail.com",
"@id": "https://orcid.org/0000-0003-1444-9135"
},
"maintainer": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain",
"email": "myrmecocystus@gmail.com",
"@id": "https://orcid.org/0000-0003-1444-9135"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
Expand All @@ -45,20 +50,22 @@
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"identifier": "crul",
"name": "crul",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
"sameAs": "https://CRAN.R-project.org/package=crul"
},
{
"@type": "SoftwareApplication",
Expand All @@ -67,47 +74,51 @@
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
"version": "1.0.0",
"version": ">= 1.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
{
"@type": "SoftwareApplication",
"identifier": "EML",
"name": "EML",
"version": "1.0.1",
"version": ">= 2.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
"sameAs": "https://CRAN.R-project.org/package=EML"
},
{
"@type": "SoftwareApplication",
"identifier": "data.table",
"name": "data.table",
"version": " data.1.10.0",
"version": ">= 1.10.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
"sameAs": "https://CRAN.R-project.org/package=data.table"
},
{
"@type": "SoftwareApplication",
Expand All @@ -116,9 +127,10 @@
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
"sameAs": "https://CRAN.R-project.org/package=plyr"
},
{
"@type": "SoftwareApplication",
Expand All @@ -127,9 +139,10 @@
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
"sameAs": "https://CRAN.R-project.org/package=rappdirs"
},
{
"@type": "SoftwareApplication",
Expand All @@ -138,16 +151,33 @@
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=digest"
},
{
"@type": "SoftwareApplication",
"identifier": "hoardr",
"name": "hoardr",
"version": ">= 0.2.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=hoardr"
}
],
"applicationCategory": "Biology",
"isPartOf": "https://ropensci.org",
"keywords": ["biology", "occurrences", "specimen", "biodiversity", "collections", "species"],
"keywords": ["biology", "occurrences", "specimen", "biodiversity", "collections", "species", "rstats", "darwin-core", "darwincore", "gbif", "r", "r-package"],
"contIntegration": "https://travis-ci.org/ropensci/finch",
"releaseNotes": "https://github.com/ropensci/finch/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/finch/blob/master/README.md",
"fileSize": "250.48KB"
"fileSize": "251.447KB",
"contributor": {},
"copyrightHolder": {},
"funder": {}
}

0 comments on commit 90ed6fb

Please sign in to comment.