- Fixed bug where displayed waiting time was not used.
- Implemented vector methods for
gho
objects. - New
rgho.n
option for printing length. - Common help file for getter functions.
- Proxy settings are now handled through an
rgho.http_proxy
option. - Renamed functions:
filter_attrs()
=>filter_gho()
.values_attrs()
=>display_attribute_values()
.
- Created function
display_attributes()
. - Careful reintroduction of unit testing.
- Removed test suite until we figure out a way to avoid breaking the build every time the GHO database is updated.
get_gho_data()
no longer memoised.
- Filtering tests do not fail when new codes are added.
- Correctly use proxy settings.
- Test do not fail when new codes are added.
verbose
andretry
can now be set byoptions()
.- Memoise results for a limited time (1h by default).
- Technical details are explained in a vignette.
- Package switched from XML to json.
- Tests do not fail when new codes are added.
- 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()
.
- Fix bugs when handling empty data.
- Fix problems with
tidyr
update. - More robust http get.
- Optional debug mode.