Recent Releases of rredlist
rredlist - rredlist 1.1.1
MINOR IMPROVEMENTS
- Users can now specify multiple elements to extract with
rl_assessment_extract()(#77)
BUG FIXES
- Fixed a bug when trying to extract assessment components containing NULL values
- Fixed the vignettes directory to properly include rendered figures
Biosphere - Biodiversity Data Access and Management
- R
Published by willgearty 5 months ago
rredlist - rredlist 1.1.0
NEW FEATURES
- Added
rl_assessment_list()which is a wrapper forrl_assessment()that allows you to retrieve multiple assessments at once (#71). - Added
rl_assessment_extract()which can be used to extract a given element from each of a list of assessments, such as the output ofrl_assessment_list()(#71).
MINOR IMPROVEMENTS
- Added a
scopeargument torl_sis_latest()andrl_species_latest()to filter the results to a specific scope. The default scope is "1" (i.e., global).
BUG FIXES
- Fixed
rl_sis_latest()andrl_species_latest()so that, in the event that no assessment has been officially identified as the latest assessment, they will return the most recently published assessment (based on the year that the assessment was published) (@jeffreyhanson, #69).
Biosphere - Biodiversity Data Access and Management
- R
Published by willgearty 6 months ago
rredlist - rredlist 1.0.0
This new major version of rredlist tracks the development of the IUCN Red List API. The API has been upgraded to v4 and this R package has been updated accordingly. Note that nearly all functionality of the package has changed:
- Most functionality now revolves around retrieving individual or lists of assessments rather than species
- Functions have been added, removed, and renamed accordingly; all existing endpoints of the new API are covered
- The structure of the returned data for most functions has changed, reflecting the change in the structure of the API
Users will need to generate a new API key to use the new version of the API (see rl_use_iucn()).
This package no longer supports v3 of the IUCN Red List API. Older versions of the package may be installed if the old version of the API is needed.
Other major changes and additions
- Switched from performing a single GET call to retrying the GET call if it is rejected or takes too long
- Several old functions that are no longer supported by the new API have been deprecated and may be removed in a future release of rredlist
- Improved the user friendliness of rl_use_iucn()
- Improved type checking of arguments for all functions
- Added a progress bar for multi-page queries
- Improved error status code handling and reduced overall query download overhead
- rl_citation() now returns a bibentry and prints a BibTeX entry
- Added IUCN color palette scales for ggplot2
- Added a new vignette demonstrating the use of rredlist within various research pipelines
- Added a new vignette demonstrating benchmarking of rredlist
Biosphere - Biodiversity Data Access and Management
- R
Published by willgearty about 1 year ago
rredlist - rredlist v0.7.1
William Gearty is now the maintainer of rredlist
Biosphere - Biodiversity Data Access and Management
- R
Published by willgearty almost 3 years ago
rredlist - rredlist v0.7.0
MINOR IMPROVEMENTS
- vignette added, but only available on the docs site (#24)
- when testing, if a iucm redlist key not found, set a dummy key (#41)
- readme improvements (#42)
- change base url for Red List API to https from http
Biosphere - Biodiversity Data Access and Management
- R
Published by sckott over 5 years ago
rredlist - rredlist v0.6.0
MINOR IMPROVEMENTS
- note in docs about how result may differ in website vs. in this package through the API (#35)
- fail with useful message when NA's passed to parameters in package functions (#38)
Biosphere - Biodiversity Data Access and Management
- R
Published by sckott about 6 years ago
rredlist - rredlist v0.5.0
NEW FEATURES
- gains new function
rl_use_iucnto help with API key setup (#31) by @maelle - gains new functions
rl_comp_groupsandrl_comp_groups_to interface with the comprehensive groups API route (#26) rl_spgains two new parameters:all(logical) to toggle getting all results or not, if selected we do paging internally;quietparameter (logical) suppresses progress (#29)
MINOR IMPROVEMENTS
- mention
redlistrpackage in README to help users decide which package to use for which use cases (#30) - now using
webmockrandvcrto do unit test caching (#33) (#34)
Biosphere - Biodiversity Data Access and Management
- R
Published by sckott over 7 years ago
rredlist - rredlist v0.4.0
NEW FEATURES
- Gains new functions
rl_growth_forms()andrl_growth_forms_(). added
tests for them as well (#20) thanks @stevenpbachman
MINOR IMPROVEMENTS
- Now using markdown documentation (#22)
- Fixed many man files which for
regionparameter described
requiring a taxonomic name - fixed to describe accurately. Also
improved docs in general (#21) - Added the options for
categoryparameter inrl_sp_category()function - Added in docs for
rl_sp_countryhow to get acceptable country codes to
pass tocountryparameter - Added to package level manual file
?rredlist-packagea note from the
IUCN Redlist API documentation about that they suggest using taxonomic
names instead of IDs because IDs can change through time
Biosphere - Biodiversity Data Access and Management
- R
Published by sckott over 8 years ago
rredlist - rredlist v0.3.0
NEW FEATURES
- New functions
rl_occ_countryandrl_occ_country_for
getting country occurrences by species name or ID (#13) - Replaced
httrwithcrul. Please note this only affects use
of curl options. Seecruldocs for how to use curl options (#14)
MINOR IMPROVEMENTS
- User agent string like
r-curl/2.3 crul/0.2.0 rOpenSci(rredlist/0.3.0)
sent in all requests now to help IUCN API maintainers know
how often requests come from R and this package (#19) - Taxon names are now given back in
rl_threats- we didn't do
anything in the package - the API now gives the names back and
adds them in a column (#10) - Type checking all parameter inputs now both in terms of class
and length - with helpful error messages on fail (#17) - Simplify package codebase by having single internal function for a
suite of half a dozen or so functions that have similar pattern (#18) - Removed
keyparameter fromrl_version()andrl_citation()as
API key not required for those methods - More thorough test suite
Biosphere - Biodiversity Data Access and Management
- R
Published by sckott about 9 years ago
rredlist - rredlist v0.2.0
rredlist 0.2.0
NEW FEATURES
- New methods added to get historical assessments:
rl_history()
andrl_history_()(#8)
MINOR IMPROVEMENTS
- Fixed description of what
rl_common_namesdoes. In addition,
clarified descriptino of what other functions do as well, whenever
it was unclear (#12)
BUG FIXES
- Some API tokens were being blocked, fixed now (#7)
- On some operating systems (at least some versions of Windows), queries
that included taxonomic names weren't being processed correctly. It
is fixed now (#11)
Biosphere - Biodiversity Data Access and Management
- R
Published by sckott over 9 years ago
rredlist - rredlist v0.1.0
NEW FEATURES
- Released to CRAN.
Biosphere - Biodiversity Data Access and Management
- R
Published by sckott about 10 years ago