Skip to content

Commit

Permalink
update revdep checks; update news and cran comments, add codemeta.jso…
Browse files Browse the repository at this point in the history
…n file
  • Loading branch information
sckott committed Jan 28, 2020
1 parent fb698e6 commit dc19bf9
Show file tree
Hide file tree
Showing 9 changed files with 154 additions and 33 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ man-roxygen
.github
^revdep$
Makefile
^codemeta\.json$
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
rredlist 0.6.0
===================

### MINOR IMPROVEMENTS

* note in docs about how result may differ in website vs. in this package through the API (#35)
* fail with useful message when NA's passed to parameters in package functions (#38)


rredlist 0.5.0
===================

Expand Down
121 changes: 121 additions & 0 deletions codemeta.json
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"]
}
14 changes: 4 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
## Test environments

* local OS X install, R 3.5.1 RC
* ubuntu 14.04.5 LTS (on travis-ci), R 3.5.1 RC
* local OS X install, R 3.6.2 Patched
* ubuntu 14.04.5 LTS (on travis-ci), R 3.6.2
* win-builder (evel and release)

## R CMD check results

0 errors | 0 warnings | 1 note

License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2018
COPYRIGHT HOLDER: Scott Chamberlain
0 errors | 0 warnings | 0 notes

## Reverse dependencies

Expand All @@ -22,7 +16,7 @@ it showed no problems.

---

This version adds a few new functions, and improves documentation.
This version improves documentation and failure behavior.

Thanks!
Scott Chamberlain
33 changes: 14 additions & 19 deletions revdep/README.md
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 | | | |

4 changes: 2 additions & 2 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
library("revdepcheck")
revdep_check()
revdepcheck::revdep_reset()
revdepcheck::revdep_check()
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit dc19bf9

Please sign in to comment.