Skip to content

Commit

Permalink
update news, cran comments, revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 20, 2020
1 parent a4911d0 commit c71164d
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 24 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: 'IUCN' Red List Client
Description: 'IUCN' Red List (<http://apiv3.iucnredlist.org/api/v3/docs>) client.
The 'IUCN' Red List is a global list of threatened and endangered species.
Functions cover all of the Red List 'API' routes. An 'API' key is required.
Version: 0.6.0.91
Version: 0.7.0
Authors@R:
c(person(given = "Scott",
family = "Chamberlain",
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
rredlist 0.7.0
===================

### MINOR IMPROVEMENTS

* vignette added, but only available on the docs site (#24)
* when testing, if a iucm redlist key not found, set a dummy key (#41)
* readme improvements (#42)
* change base url for Red List API to https from http

rredlist 0.6.0
===================

Expand Down
9 changes: 4 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@
"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",
"relatedLink": ["https://docs.ropensci.org/rredlist", "https://docs.ropensci.org/rredlist/"],
"issueTracker": "https://github.com/ropensci/rredlist/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.6.0",
"version": "0.7.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)",
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -116,6 +115,6 @@
"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",
"fileSize": "0KB",
"contIntegration": ["https://travis-ci.org/ropensci/rredlist", "https://codecov.io/github/ropensci/rredlist?branch=master"]
}
9 changes: 4 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

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

## R CMD check results
Expand All @@ -10,13 +10,12 @@

## Reverse dependencies

* I have run R CMD check on the 1 downstream dependeny, and
it showed no problems.
* I have run R CMD check on the 1 downstream dependeny. There is one error in the reverse dependency taxize, but it's a simple check of a URL returned that has changed because the base url for the API wrapped in this package has changed. A fix is ready in the reverse dependency taxize and will be submitted soon. Summary at:
<https://github.com/ropensci/rredlist/blob/master/revdep/README.md>

---

This version improves documentation and failure behavior.
This version makes minor improvements to documentation.

Thanks!
Scott Chamberlain
30 changes: 18 additions & 12 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# Platform

|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 |
|field |value |
|:--------|:----------------------------|
|version |R version 4.0.3 (2020-10-10) |
|os |macOS Catalina 10.15.7 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2020-10-20 |

# Dependencies

|package |old |new |Δ |
|:--------|:-----|:-----|:--|
|rredlist |0.5.0 |0.6.0 |* |
|rredlist |0.6.0 |0.7.0 |* |

# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:----------------------------|:-------|:------|:-------|:----|
|[taxize](problems.md#taxize) |0.9.98 |__+1__ | | |

40 changes: 39 additions & 1 deletion revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
*Wow, no problems at all. :)*
# taxize

<details>

* Version: 0.9.98
* Source code: https://github.com/cran/taxize
* URL: https://docs.ropensci.org/taxize/ (website), https://github.com/ropensci/taxize (devel), https://taxize.dev (user manual)
* BugReports: https://github.com/ropensci/taxize/issues
* Date/Publication: 2020-09-18 17:40:02 UTC
* Number of recursive dependencies: 100

Run `revdep_details(,"taxize")` for more info

</details>

## Newly broken

* checking tests ...
```
ERROR
Running the tests in ‘tests/test-all.R’ failed.
Last 13 lines of output:
> test_check("taxize")
taxize options
taxon_state_messages: TRUE
── 1. Failure: use_iucn produces expected URL and message (@test-key_helpers.R#4
use_iucn() not equal to "http://apiv3.iucnredlist.org/api/v3/token".
1/1 mismatches
x[1]: "https://apiv3.iucnredlist.org/api/v3/token"
y[1]: "http://apiv3.iucnredlist.org/api/v3/token"
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 74 | SKIPPED: 216 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: use_iucn produces expected URL and message (@test-key_helpers.R#4)
Error: testthat unit tests failed
Execution halted
```

0 comments on commit c71164d

Please sign in to comment.