Skip to content

Commit

Permalink
add codemeta.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 28, 2018
1 parent 87de16a commit 992b0cc
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ appveyor.yml
^revdep$
.github
^CONDUCT\.md$
^codemeta\.json$
147 changes: 147 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
{
"@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",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.4.3",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain"
},
{
"@type": "Person",
"givenName": "Chris",
"familyName": "Ray"
},
{
"@type": "Person",
"givenName": "Vijay",
"familyName": "Barve"
}
],
"maintainer": {
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain",
"email": "[email protected]"
},
"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",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"version": "1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
"version": "0.3.8",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"version": "0.5.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "maps",
"name": "maps",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"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"
}

0 comments on commit 992b0cc

Please sign in to comment.