Skip to content

Commit 7ded6bb

Browse files
committed
udpate news, cran comments, codemeta.json
1 parent 7abab34 commit 7ded6bb

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Interacts with a suite of web 'APIs' for taxonomic tasks,
55
species names, getting taxonomic hierarchies, fetching downstream and
66
upstream taxonomic names, getting taxonomic synonyms, converting
77
scientific to common names and vice versa, and more.
8-
Version: 0.9.95.93
8+
Version: 0.9.96
99
License: MIT + file LICENSE
1010
URL: https://docs.ropensci.org/taxize (website),
1111
https://github.com/ropensci/taxize (devel),
@@ -104,7 +104,6 @@ Suggests:
104104
vcr
105105
RoxygenNote: 7.1.0
106106
Roxygen: list(markdown = TRUE)
107-
Remotes: ropensci/natserv
108107
X-schema.org-applicationCategory: Taxonomy
109108
X-schema.org-keywords: taxonomy, biology, nomenclature, JSON, API, web, api-client, identifiers, species, names
110109
X-schema.org-isPartOf: https://ropensci.org

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
taxize 0.9.96
2+
=============
3+
4+
### NEW FEATURES
5+
6+
* NatureServe has a new API version; the package natserv (https://docs.ropensci.org/natserv/) has a complete overhaul for the new API - taxize interfaces to NatureServe updated. Only user facing change should be that we've moved to using just the final numeric part of the NatureServe taxonomic identifiers as `ELEMENT_GLOBAL.2.` part is redundant for every identifier (#823)
7+
8+
### MINOR IMPROVEMENTS
9+
10+
* `rankagg()` and `tax_agg()` fixes: `rankagg()` examples now conditional on availability of `vegan` as it should be, and now real abundance data are used in the example. `tax_agg()` fixes species name ordering in `dune` data (#822) work by @jarioksa
11+
12+
### BUG FIXES
13+
14+
* fixed a bug in `class2tree()` (#818) (#820) thx to @adriangeerre for the report & the fix by @trvinh
15+
* fix to `worms_downstream()`: user encountered a rank name ("phylum (division)") we hadn't dealt with yet for worms (#821) thx @msweetlove for the report
16+
17+
118
taxize 0.9.95
219
=============
320

codemeta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"codeRepository": "https://github.com/ropensci/taxize",
1111
"issueTracker": "https://github.com/ropensci/taxize/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.9.95",
13+
"version": "0.9.96",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
17-
"version": "3.6.3",
17+
"version": "4.0.0",
1818
"url": "https://r-project.org"
1919
},
20-
"runtimePlatform": "R version 3.6.3 Patched (2020-03-11 r78281)",
20+
"runtimePlatform": "R version 4.0.0 (2020-04-24)",
2121
"provider": {
2222
"@id": "https://cran.r-project.org",
2323
"@type": "Organization",
@@ -376,7 +376,7 @@
376376
"@type": "SoftwareApplication",
377377
"identifier": "natserv",
378378
"name": "natserv",
379-
"version": ">= 0.3.0",
379+
"version": ">= 1.0.0",
380380
"provider": {
381381
"@id": "https://cran.r-project.org",
382382
"@type": "Organization",
@@ -453,7 +453,7 @@
453453
],
454454
"releaseNotes": "https://github.com/ropensci/taxize/blob/master/NEWS.md",
455455
"readme": "https://github.com/ropensci/taxize/blob/master/README.md",
456-
"fileSize": "1835.786KB",
456+
"fileSize": "1843.575KB",
457457
"citation": [
458458
{
459459
"@type": "ScholarlyArticle",

cran-comments.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
22

3-
* local OS X install, R 3.6.3 Patched
4-
* ubuntu 16.04 (on travis-ci), R 3.6.3
3+
* local OS X install, R 4.0.0
4+
* ubuntu 16.04 (on travis-ci), R 4.0.0
55
* win-builder (devel and release)
66

77
## R CMD check results
@@ -12,11 +12,12 @@
1212

1313
* I have run R CMD check on the 23 downstream dependencies
1414
(<https://github.com/ropensci/taxize/blob/master/revdep/README.md>);
15-
there were no errors.
15+
there were no errors related to taxize.
1616

1717
------
1818

19-
This version includes a fix for a test that was failing on CRAN recently, and a couple of new functions.
19+
This version includes a number of bug fixes and integration of a new
20+
package API in the natserv R package recently updated on CRAN.
2021

2122
Thanks!
2223
Scott Chamberlain

0 commit comments

Comments
 (0)