From 90ed6fb4e3be32237dc3707cc0d57220be051ff9 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 24 Apr 2019 12:54:36 -0700 Subject: [PATCH] udpate codemeta.json --- codemeta.json | 102 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 66 insertions(+), 36 deletions(-) diff --git a/codemeta.json b/codemeta.json index 5084660..ddac4a3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -1,5 +1,8 @@ { - "@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 () 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.", @@ -7,14 +10,14 @@ "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", @@ -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", @@ -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", @@ -67,9 +74,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=jsonlite" } ], "softwareRequirements": [ @@ -77,37 +85,40 @@ "@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", @@ -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", @@ -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", @@ -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": {} }