-
Notifications
You must be signed in to change notification settings - Fork 4
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
3 changed files
with
51 additions
and
36 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 |
---|---|---|
|
@@ -5,8 +5,14 @@ Description: Retrieve, map and summarize data from the 'VertNet.org' archives. | |
places, and dates. In addition, there is an interface for conducting spatially | ||
delimited searches, and another for requesting large 'datasets' via email. | ||
Version: 0.7.0 | ||
Author: Scott Chamberlain [aut, cre], Chris Ray [aut], Vijay Barve [aut] | ||
Maintainer: Scott Chamberlain <[email protected]> | ||
Authors@R: c( | ||
person("Scott", "Chamberlain", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = "http://orcid.org/0000-0003-1444-9135"), | ||
person("Chris", "Ray", role = "ctb"), | ||
person("Vijay", "Barve", role = "ctb") | ||
) | ||
License: MIT + file LICENSE | ||
LazyData: true | ||
URL: https://github.com/ropensci/rvertnet | ||
|
@@ -22,3 +28,6 @@ Suggests: | |
testthat, | ||
knitr | ||
RoxygenNote: 6.0.1 | ||
X-schema.org-applicationCategory: Data Access | ||
X-schema.org-keywords: species, occurrences, biodiversity, maps, vertnet, mammals, mammalia, specimens | ||
X-schema.org-isPartOf: "https://ropensci.org" |
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
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": "rvertnet", | ||
"description": "Retrieve, map and summarize data from the 'VertNet.org' archives.\n Functions allow searching by many parameters, including 'taxonomic' names,\n places, and dates. In addition, there is an interface for conducting spatially\n delimited searches, and another for requesting large 'datasets' via email.", | ||
"name": "rvertnet: Search 'Vertnet', a 'Database' of Vertebrate Specimen Records", | ||
"codeRepository": "https://github.com/ropensci/rvertnet", | ||
"issueTracker": "https://github.com/ropensci/rvertnet/issues", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"version": "0.6.3.9110", | ||
"version": "0.7.0", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"version": "3.4.3", | ||
"version": "3.4.4", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)", | ||
"runtimePlatform": "R version 3.4.4 Patched (2018-03-19 r74426)", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
|
@@ -25,38 +28,19 @@ | |
{ | ||
"@type": "Person", | ||
"givenName": "Scott", | ||
"familyName": "Chamberlain" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Chris", | ||
"familyName": "Ray" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Vijay", | ||
"familyName": "Barve" | ||
"familyName": "Chamberlain", | ||
"email": "[email protected]", | ||
"@id": "http://orcid.org/0000-0003-1444-9135" | ||
} | ||
], | ||
"maintainer": { | ||
"@type": "Person", | ||
"givenName": "Scott", | ||
"familyName": "Chamberlain", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "http://orcid.org/0000-0003-1444-9135" | ||
}, | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "roxygen2", | ||
"name": "roxygen2", | ||
"version": "6.0.1", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Central R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
} | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "testthat", | ||
|
@@ -85,7 +69,7 @@ | |
"@type": "SoftwareApplication", | ||
"identifier": "jsonlite", | ||
"name": "jsonlite", | ||
"version": "1.0", | ||
"version": "1.5", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
|
@@ -97,7 +81,7 @@ | |
"@type": "SoftwareApplication", | ||
"identifier": "crul", | ||
"name": "crul", | ||
"version": "0.3.8", | ||
"version": "0.5.2", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
|
@@ -143,5 +127,20 @@ | |
"contIntegration": "https://travis-ci.org/ropensci/rvertnet", | ||
"releaseNotes": "https://github.com/ropensci/rvertnet/blob/master/NEWS.md", | ||
"readme": "https://github.com/ropensci/rvertnet/blob/master/README.md", | ||
"fileSize": "157.741KB" | ||
"fileSize": "158.151KB", | ||
"contributor": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Chris", | ||
"familyName": "Ray" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Vijay", | ||
"familyName": "Barve" | ||
} | ||
], | ||
"applicationCategory": "DataAccess", | ||
"isPartOf": "\"https://ropensci.org\"", | ||
"keywords": ["species", "occurrences", "biodiversity", "maps", "vertnet", "mammals", "mammalia", "specimens"] | ||
} |