-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update revdep checks; update news and cran comments, add codemeta.jso…
…n file
- Loading branch information
Showing
9 changed files
with
154 additions
and
33 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 |
---|---|---|
|
@@ -10,3 +10,4 @@ man-roxygen | |
.github | ||
^revdep$ | ||
Makefile | ||
^codemeta\.json$ |
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 |
---|---|---|
|
@@ -16,8 +16,7 @@ Authors@R: | |
person(given = "Maëlle", | ||
family = "Salmon", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person("rOpenSci", role = "fnd", comment = "https://ropensci.org") | ||
email = "[email protected]") | ||
) | ||
License: MIT + file LICENSE | ||
URL: https://github.com/ropensci/rredlist (devel) | ||
|
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 |
---|---|---|
@@ -0,0 +1,121 @@ | ||
{ | ||
"@context": [ | ||
"https://doi.org/10.5063/schema/codemeta-2.0", | ||
"http://schema.org" | ||
], | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "rredlist", | ||
"description": "'IUCN' Red List (<http://apiv3.iucnredlist.org/api/v3/docs>) client.\n The 'IUCN' Red List is a global list of threatened and endangered species.\n Functions cover all of the Red List 'API' routes. An 'API' key is required.", | ||
"name": "rredlist: 'IUCN' Red List Client", | ||
"codeRepository": "https://github.com/ropensci/rredlist", | ||
"relatedLink": "https://docs.ropensci.org/rredlist", | ||
"issueTracker": "https://github.com/ropensci/rredlist/issues", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"version": "0.6.0", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"version": "3.6.2", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 3.6.2 Patched (2019-12-12 r77564)", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Scott", | ||
"familyName": "Chamberlain", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"contributor": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Maëlle", | ||
"familyName": "Salmon", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"copyrightHolder": {}, | ||
"funder": [ | ||
{ | ||
"@type": "Organization", | ||
"name": "rOpenSci" | ||
} | ||
], | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Scott", | ||
"familyName": "Chamberlain", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "testthat", | ||
"name": "testthat", | ||
"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=testthat" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "vcr", | ||
"name": "vcr", | ||
"version": ">= 0.4.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=vcr" | ||
} | ||
], | ||
"softwareRequirements": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "crul", | ||
"name": "crul", | ||
"version": ">= 0.3.8", | ||
"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=crul" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "jsonlite", | ||
"name": "jsonlite", | ||
"version": ">= 1.1", | ||
"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=jsonlite" | ||
} | ||
], | ||
"applicationCategory": "Biodiversity", | ||
"isPartOf": "https://ropensci.org", | ||
"keywords": ["IUCN", "biodiversity", "API", "web-services", "traits", "habitat", "species", "conservation", "api-wrapper", "rstats", "iucn-red-list", "iucn", "r", "r-package", "taxize"], | ||
"releaseNotes": "https://github.com/ropensci/rredlist/blob/master/NEWS.md", | ||
"readme": "https://github.com/ropensci/rredlist/blob/master/README.md", | ||
"fileSize": "619.129KB", | ||
"contIntegration": ["https://travis-ci.org/ropensci/rredlist", "https://codecov.io/github/ropensci/rredlist?branch=master"] | ||
} |
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,27 +1,22 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:--------------------------------------| | ||
|version |R version 3.5.1 RC (2018-06-29 r74946) | | ||
|os |macOS High Sierra 10.13.6 | | ||
|system |x86_64, darwin15.6.0 | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|tz |US/Pacific | | ||
|date |2018-07-19 | | ||
|field |value | | ||
|:--------|:-------------------------------------------| | ||
|version |R version 3.6.2 Patched (2019-12-12 r77564) | | ||
|os |macOS Mojave 10.14.6 | | ||
|system |x86_64, darwin15.6.0 | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |US/Pacific | | ||
|date |2020-01-27 | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:--------|:-----|:----------|:--| | ||
|rredlist |0.4.0 |0.4.1.9500 |* | | ||
|package |old |new |Δ | | ||
|:--------|:-----|:-----|:--| | ||
|rredlist |0.5.0 |0.6.0 |* | | ||
|
||
# Revdeps | ||
|
||
## All (1) | ||
|
||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|taxize |0.9.3 | | | | | ||
|
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,2 +1,2 @@ | ||
library("revdepcheck") | ||
revdep_check() | ||
revdepcheck::revdep_reset() | ||
revdepcheck::revdep_check() |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |