Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Dec 6, 2019
1 parent b539727 commit 89dba5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"),
person("Stephen", "Gosnell", role = "aut",
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 2 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 89dba5f

Please sign in to comment.