- Disable cahce for all functions in the vignette.
- DOPA has removed get_country_species_count endpoint, so
country_species_count()
now usescountry_species_list()
.
- Map plotting example using WKT removed from the vignette since DOPA doesn't provide that data anymore.
- Switch using the ibex database in the following functions:
country_species_list()
. - Change
country_species_list()
parameterrlstatus
tostatus
.
- Fix changed REST URLs.
- Change license to MIT
country_list()
has new column,gec
.pa_country_stats()
implemented.- New utility function
wktdf2sp()
that can be used to convert DOPA responses with WKT column into sp-objects.
- Tests updated
country_stats()
implemented, see here
resolve_country()
accepts an argumentfull.name=TRUE
to return the full name of the country.country_species_list()
now returns country information (name and ISO code) in the dataframe.
- Package README now includes a up-to-date table of those DOPA services that
have a corresponding client function in
rdopa
. - Add package vignette.
country_list()
implemented, see herecountry_species_list()
implemented, see here- Caching mechanism based on package
R.cache
- Use
R.cache::clearCache()
to clear the whole cache
- Use
country_species_count()
implemented, see here for documentation of the method.resolve_country()
can be used to resolve country names into ISO 3166-1 country codes.check_iucn_status()
is a utility function for checking whether inputs are valid IUCN status codes.