rgho 0.2.3
Bugfixes
- Removed test suite until we figure out a way to avoid breaking the build every time the GHO database is updated.
rgho 0.2.2
Bugfixes
- Filtering tests do not fail when new codes are added.
rgho 0.2.1
Backend changes
verbose
and retry
can now be set by options()
.
- Memoise results for a limited time (1h by default).
- Technical details are explained in a vignette.
- Package switched from XML to json.
Bugfixes
- Tests do not fail when new codes are added.
rgho 0.2.0
- Fix encoding problem with country names.
- New
COUNTRY
vignette.
- Tests written.
- More robust
get_gho()
& build_url()
functions.
- Fixed bug where
get_gho()
would not retry a failed request.
- Try to follow API best practices.
- New function:
values_attrs()
.
rgho 0.1.0
- Fix bugs when handling empty data.
- Fix problems with
tidyr
update.
- More robust http get.
- Optional debug mode.