diff --git a/DESCRIPTION b/DESCRIPTION index 0ecdfcc..2c1c180 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Description: Retrieve, map and summarize data from the 'VertNet.org' archives. Functions allow searching by many parameters, including 'taxonomic' names, places, and dates. In addition, there is an interface for conducting spatially delimited searches, and another for requesting large 'datasets' via email. -Version: 0.4.0.9300 +Version: 0.4.1 Author: Scott Chamberlain [aut, cre], Chris Ray [aut], Vijay Barve [aut] Maintainer: Scott Chamberlain License: MIT + file LICENSE diff --git a/NEWS.md b/NEWS.md index aceed3a..49265ef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +rvertnet 0.4.1 +=============== + +### BUG FIXES + +* Fixed a bug in `bigsearch()` in which we had forgotten to do +internal conversion of logical input to 0/1 needed by the web +API (#46) + rvertnet 0.4.0 =============== diff --git a/cran-comments.md b/cran-comments.md index af2555d..089bc09 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,7 +2,7 @@ R CMD CHECK passed on my local OS X install with R 3.2.2 and R development version, Ubuntu running on Travis-CI, and R-devel version on Win builder. -This version includes a new set of functions, a few -fixes due to new version of ggplot2, and a bug fix. +Sorry about another submission soon after the last, but an important +bug was discovered. This submission fixes that bug. Thanks! Scott Chamberlain