Releases: iDigBio/ridigbio
v0.4.1
Release 0.4.0
Pre-Release of 0.4.0 with offline build capability
Release 0.3.9
Release 0.3.8
In this release the default fields have been updated as follows:
IMPORTANT: R Function Changes
Default fields returned to users have been updated to return research-grade fields. ridigbio use to returns datecollected by default, which we do not recommend to be used in scientific research. When a data provider does not provide a full date in the Darwin Core eventDate field, this complete value or the missing parts (i.e., month and/or day) are randomly generated and thus may lack any real meaning. The generated dates are difficult to detect, as they are randomly distributed. We are currently working to modify our ingestion pipeline to avoid randomly generating dates. However, dates remain an issue across biodiversity aggregators and the solution is not clear (see GBIF for example).
To prevent user misuse of this term, we will no longer be providing the datecollected
field by default and will instead be returning the following fields:
data.dwc:eventDate
data.dwc:year
data.dwc:month
data.dwc:day
Please be advised that these fields are in a text only format and will need to be sorted another way as addressed in
this issue.
Release 0.3.7
Updates for CRAN
Release 0.3.6
Updates to docs, fix tests, and add new maintainer.
Version 0.3.5
Main fix is to searches for media records no working properly. See PR#34.
Version 0.3.4
Major changes include removal of ability to download more than 100k records and addition of idig_build_attrib() function.
v0.3.3
Version 0.3.1
v0.3.1 Updated tests to fix failures due to changes in the data set. See #22…