diff --git a/DESCRIPTION b/DESCRIPTION index 3e4c5af..9524fad 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,8 +10,8 @@ Description: A programmatic interface to the web service methods taxonomic name. In addition, it supports Cypher, a graph query language, to allow for executing custom queries on the GloBI aggregate species interaction data set. -Version: 0.2.20 -Date: 2019-09-19 +Version: 0.2.21 +Date: 2019-12-06 Authors@R: c(person("Jorrit", "Poelen", role = c("aut", "cre"), email = "jhpoelen@xs4all.nl"), person("Stephen", "Gosnell", role = "aut", diff --git a/NEWS b/NEWS index 569f94f..d9268e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +rglobi 0.2.21 +=============== +NEW FEATURES + +IMPROVEMENT +* use query cache for unit tests to make tests less dependent of state of online api + +BUG FIXES + rglobi 0.2.20 =============== NEW FEATURES diff --git a/cran-comments.md b/cran-comments.md index a755044..6c8db27 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,19 +1,9 @@ Dear Reviewers: -I built this package using [R CMD build .] and checked it with command [R CMD check --as-cran rglobi_0.2.20.tar.gz] on my Ubuntu 18.04 LTS Bionic Beaver (4.15.0-55-generic) machine running R 3.6.1 . Also, the checks were executed on travis-ci.org (running Ubuntu) and winbuilder (running windows). +I built this package using [R CMD build .] and checked it with command [R CMD check --as-cran rglobi_0.2.21.tar.gz] on my Ubuntu 18.04 LTS Bionic Beaver (4.15.0-55-generic) machine running R 3.6.1 . Also, the checks were executed on travis-ci.org (running Ubuntu) and winbuilder (running windows). IMPROVEMENT -* Use readr package to handle incoming csv streams to help avoid encoding issues on Windows . Also see https://github.com/ropensci/rglobi/issues/33 . -* remove debug messages -* updates reference to https://github.com/globalbioticinteractions/globalbioticinteractions after repo migration from https://github.com/jhpoelen/eol-globi-data . - -The remaining note for this version is: - -Possibly mis-spelled words in DESCRIPTION: - Biotic (3:30, 5:24) - Cypher (9:46) - GloBI (5:45, 5:53, 10:60) - rglobi (7:33) +* use query cache for unit tests to make tests less dependent of state of online api I've checked the mis-spelled words and confirmed that they are in fact not mis-spelled.