Changes in version 0.0.17 - Remove spud dependency as package is deprecated - Update debug functions in line with updated data structure in fit object downloaded from download_debug() - Fix GE dataset parsing broken by R/sf upgrade - After upgrading to R 4.5.2, readRDS() now returns cached GE GPS files as sf objects rather than plain data frames. This caused type.convert() to fail on the retained sfc geometry column. - Fix adds st_drop_geometry() before as.data.frame() to remove the geometry column before processing, with the sf object reconstructed from LONGNUM/LATNUM as before. Changes in version 0.0.16 - Patch logic error in gather_areas(). Changes in version 0.0.15 - Remove traduire hooks from SHIPP errors. Changes in version 0.0.14 - Add functions to generate SHIPP tool from Naomi output and Spectrum file. Changes in version 0.0.13 - Copy get_age_groups() from naomi package. - Naomi [and therefore eppasm] are included as dependencies in other packages just to use this function. This causes slow loading and hits API data limit when installing packages on the orderly server. Changes in version 0.0.12 - Add clear_rdhs_cache argument to rdhs::download_dataset() call Changes in version 0.0.11 - Extract individual survey weights for all respondents and adjust male survey weights such that pooled male/female data are weighted representative of the full adult population (https://userforum.dhsprogram.com/index.php?t=msg&th=6387&goto=13190&#msg_13190). - Patch [create_surveys_dhs()] to enable extraction of surveys from more than one country in one function call (change == iso3 to %in% iso3). Changes in version 0.0.10 - Patch assert_pop_data_check() and assert_area_id_check() to specify dplyr::setdiff() (instead of base generics::setdiff(). Changes in version 0.0.9 - Patch create_surveys_dhs() to ensure that numeric is always returned for MinAgeMen, MaxAgeMen, MinAgeWomen, MaxAgeWomen (issue #13, @athowes). Changes in version 0.0.8 - Use download.file(..., mode = "wb") in WorldPop extraction. - Handle countries where no surveys have MR datasets (e.g. Congo). Changes in version 0.0.7 - Handle countries where no surveys have survey cluster datasets (e.g The Gambia). Changes in version 0.0.6 - Patch: add area_name column to population dataset extract. - Require column area_name in validate_naomi_population(). Changes in version 0.0.5 - Added a NEWS.md file to track changes to the package. - Add functions naomi_extract_worldpop() and naomi_extract_gpw() to create Naomi population datasets from WorldPop and GPW v4.11 population raster datasets.