Skip to content

Commit

Permalink
switch to usethis-friendly version headings...
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Feb 14, 2024
1 parent 6df123e commit 4719430
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rvertnet (development version)

rvertnet 0.8.3
===============
# rvertnet 0.8.3


### MINOR IMPROVEMENTS

Expand All @@ -21,15 +21,15 @@ rvertnet 0.8.3
* allow vignette to build
* fix ggplot2 deprecation warning (#71)

rvertnet 0.8.2
===============
# rvertnet 0.8.2


### MINOR IMPROVEMENTS

* vignette fix

rvertnet 0.8.0
===============
# rvertnet 0.8.0


### NEW FEATURES

Expand All @@ -45,16 +45,16 @@ rvertnet 0.8.0
* `searchbyterm()` fix: booleans need to be converted to VertNet's expected `0/1` instead of `true/false` (#66)


rvertnet 0.7.0
===============
# rvertnet 0.7.0


### BUG FIXES

* add month and day params to `searchbyterm` (#64)


rvertnet 0.6.2
===============
# rvertnet 0.6.2


### BUG FIXES

Expand All @@ -63,8 +63,8 @@ was moved - that data source now within the pkg as quite small, and
now pkg won't break when the file is moved again (#61) (#62)


rvertnet 0.6.0
===============
# rvertnet 0.6.0


Added Code of Conduct.

Expand Down Expand Up @@ -92,8 +92,8 @@ allows to optionally only return Darwin Core fields
* Small fix to `vertsummary()` (#59)


rvertnet 0.5.0
===============
# rvertnet 0.5.0


### NEW FEATURES

Expand All @@ -108,8 +108,8 @@ available in `searchbyterm()` (#53)
* Namespace base R pkg fxn calls (`methods`/`stats`/`utils`), and removed
some package dependencies that we didn't really need (`plyr`) (#54)

rvertnet 0.4.4
===============
# rvertnet 0.4.4


### MINOR IMPROVEMENTS

Expand All @@ -120,17 +120,17 @@ rvertnet 0.4.4

* Fixed `externalptr` error in the internal `vert_GET()` function (#48)

rvertnet 0.4.1
===============
# 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
===============
# rvertnet 0.4.0


### NEW FEATURES

Expand All @@ -154,8 +154,8 @@ after obtaining the data (#44)
was used, lead to error, as that param requires different handling than
other params. (#45)

rvertnet 0.3.4
===============
# rvertnet 0.3.4


### NEW FEATURES

Expand All @@ -170,8 +170,8 @@ that is, single occurrence ids. (#40)

* Lowercase `occurenceID` to `occurrenceid` to simplify life (#41)

rvertnet 0.3.0
===============
# rvertnet 0.3.0


### NEW FEATURES

Expand All @@ -187,8 +187,8 @@ use cursor so we internally do paging for you for bigger result sets. (#25)
* Minor vignette updates (#35)
* Metadata now returned in data requests (#33)

rvertnet 0.2.2
===============
# rvertnet 0.2.2


Package completely reworked for the new VertNet API.

Expand All @@ -207,8 +207,7 @@ they print an error message, saying they are defunct.
* `RJSONIO` replaced with `jsonlite`
* Changed from CC0 to MIT license

rvertnet 0.0-5
------------
# rvertnet 0.0-5

### NEW FEATURES

Expand Down

0 comments on commit 4719430

Please sign in to comment.