Releases: ropensci/occCite
Releases · ropensci/occCite
Making waffle plots optional
- Moved
waffleto Suggested package, as it is now orphaned. plot.occCiteData()now automatically skips source and aggregator plots ifwaffleis unavailable.- Small bug fixes.
Taxonomic rectification is back; ready for ggplot2 update
- Updated for compatibility with major
ggplot2update; back-compatibility maintained. - Restored
taxizefunctionality as a Suggested package. - Improved test coverage.
Use of taxize discontinued
- Commented out dependencies on
taxizepackage. Taxonomic rectification no longer works. It will be reinstated iftaxizebecomes available on CRAN.
September 2024 Release
- Moved
taxizepackage toSuggests, as it is now orphaned. studyTaxonList()allows user to skip taxonomic rectification, which relies on functions fromtaxizepackage.studyTaxonList()automatically skips taxonomic rectification iftaxizeis unavailable.
Summer 2024 Release
occCite 0.5.7
- Fixed warning in
occCitation()when getting GBIF citations - Updated date formatting using
format()instead ofas.character() - Updated test files to incorporate rgbif 3.8.0 output changes, make more efficient
- In occResults, renamed "Dataset", "DatasetKey", and "DataService" to "datasetName", "datasetKey", "dataService", respectively.
- Made an option for removing package citations
Early August 2022 Release
- Added "coordinateUncertaintyInMeters" column in processed occurrence results table.
Late March 2022
- Minor testing issues addressed to comply with CRAN policies and avoid archiving
- Updated metadata and documentation to reflect joining ROpenSci
March 2022 Update
- Resubmission after archiving due to dependency archiving.
- Functions that rely on getting data from servers via an internet connection now behave more gracefully and informatively when the server cannot be reached.
- Cleaned up a variety of details after review by ROpenSci
October 2021 Update
- Legends for source waffle plots are now wrapped to enhance readability.
- Now fails more gracefully if servers cannot be reached.
July 2021 Update
- In gbifRetriever, changed rgbif::name_suggests to rgbif::name_backbone. More robust for our purposes.
- Now fills in "Dataset" column in GBIF search results from GBIF citation information.
- No longer throws out GBIF occurrences with missing day and month information.