-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
1 changed file
with
85 additions
and
57 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 |
---|---|---|
@@ -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": "traits", | ||
"description": "Species trait data from many different sources, including\n sequence data from 'NCBI', plant trait data from 'BETYdb', plant data\n from the USDA plants database, data from 'EOL' 'Traitbank', \n Coral traits data (<https://coraltraits.org>), 'Birdlife' International, \n and more.", | ||
"name": "traits: Species Trait Data from Around the Web", | ||
"codeRepository": "https://github.com/ropensci/traits", | ||
"issueTracker": "https://github.com/ropensci/traits/issues", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"version": "0.3.0.9310", | ||
"version": "0.4.0", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"version": "3.4.3", | ||
"version": "3.6.0", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)", | ||
"runtimePlatform": "R version 3.6.0 Patched (2019-04-30 r76446)", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
|
@@ -43,6 +46,11 @@ | |
"givenName": "David", | ||
"familyName": "LeBauer" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Chris", | ||
"familyName": "Black" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "David", | ||
|
@@ -56,24 +64,27 @@ | |
"familyName": "Collins" | ||
} | ||
], | ||
"maintainer": { | ||
"@type": "Person", | ||
"givenName": "Scott", | ||
"familyName": "Chamberlain", | ||
"email": "[email protected]" | ||
}, | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Scott", | ||
"familyName": "Chamberlain", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "roxygen2", | ||
"name": "roxygen2", | ||
"version": "6.0.1", | ||
"version": ">= 6.0.1", | ||
"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=roxygen2" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
|
@@ -82,9 +93,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=knitr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
|
@@ -93,9 +105,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=testthat" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
|
@@ -104,9 +117,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=dplyr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
|
@@ -115,119 +129,135 @@ | |
"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" | ||
} | ||
], | ||
"softwareRequirements": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": ">= 2.10" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "jsonlite", | ||
"name": "jsonlite", | ||
"version": "0.9.19", | ||
"version": ">= 0.9.19", | ||
"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" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "httr", | ||
"name": "httr", | ||
"version": "1.1.0", | ||
"version": ">= 1.1.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=httr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "crul", | ||
"name": "crul", | ||
"version": "0.3.8", | ||
"version": ">= 0.6.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=crul" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "tibble", | ||
"name": "tibble", | ||
"version": "1.3.4", | ||
"version": ">= 1.3.4", | ||
"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=tibble" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "data.table", | ||
"name": "data.table", | ||
"version": " data.1.9.6", | ||
"version": ">= 1.9.6", | ||
"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", | ||
"identifier": "readr", | ||
"name": "readr", | ||
"version": "1.1.1", | ||
"version": ">= 1.1.1", | ||
"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=readr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "taxize", | ||
"name": "taxize", | ||
"version": "0.7.4", | ||
"version": ">= 0.7.4", | ||
"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=taxize" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "xml2", | ||
"name": "xml2", | ||
"version": "0.1.2", | ||
"version": ">= 0.1.2", | ||
"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": "rvest", | ||
"name": "rvest", | ||
"version": "0.3.1", | ||
"version": ">= 0.3.1", | ||
"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=rvest" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
|
@@ -236,19 +266,17 @@ | |
"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" | ||
} | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": "2.10" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=hoardr" | ||
} | ||
], | ||
"contIntegration": "https://travis-ci.org/ropensci/traits", | ||
"releaseNotes": "https://github.com/ropensci/traits/blob/master/NEWS.md", | ||
"readme": "https://github.com/ropensci/traits/blob/master/README.md", | ||
"fileSize": "1717.946KB" | ||
"fileSize": "1723.686KB", | ||
"copyrightHolder": {}, | ||
"funder": {}, | ||
"keywords": ["traits", "species", "api-client", "r", "rstats", "r-package"] | ||
} |