https://github.com/cran/rgbif
Raw File
Tip revision: 5409d4b7340106161bda9ecbfb6cc80999d2d658 authored by Scott Chamberlain on 01 March 2013, 20:08:48 UTC
version 0.2.0
Tip revision: 5409d4b
NEWS
rgbif 0.2.0
===============

IMPROVEMENTS

* Improved code style, and simplified code in some functions.

NEW FEATURES

* occurrencelist() now handles scientific notation when maxresults are given in that form.
* occurencelist() now can retrieve any number of records; was previously a max of 1000 records. 

BUG FIXES

* Demo "List" was returning incorrect taxon names - corrected now. 
* Removed unused parameter 'latlongdf' in occurencelist().


rgbif 0.1.5
===============

IMPROVEMENTS

* Changed all functions to use RCurl instead of httr as httr was presenting some problems.
* Two function, capwords and gbifxmlToDataFrame, added with documentation as internal functions. 

NEW FEATURES

* Added function density_spplist to get a species list or data.frame of species and their counts for any degree cell.
* Added function densitylist to access to records showing the density of occurrence records from the GBIF Network by one-degree cell.
* Added function gbifmap to make a simple map to visualize GBIF data.
* Added function occurrencecount to count taxon concept records matching a range of filters.

DEPRECATED

* gbifdatause removed, was just a function to return the data sharing agreement from GBIF.


rgbif 0.1.0
===============

NEW FEATURES 

* released to CRAN
back to top