Changes in version 0.0.8 (2026-02-25) - Added closeConnections() to get_wcde_single() to prevent open connections on server when downloading data - Updated for past data in past_epop and wic_indicators for back projections added to v3. Changes in version 0.0.7 (2024-02-13) - Expanded wic_locations, wic_indicators and wic_scenarios data frames to cover V1, V2 and V3 - Updated get_wcde() and get_wcde_single() to work with new wic_locations, wic_indicators and wic_scenariosdata frames - Re-coded SSP2-ZM and SSP2-DM as scenario numbers 22 and 23 on server to make room for SSP2-CER (20) and SSP2-FT (21) from V1 Changes in version 0.0.6 (2023-12-19) - Add server argument in get_wcde() - Updated UK pop-age file for scenario 1 on server - Replaced dplyr::summarize() with dplyr::reframe() in get_wcde_single() - Add version argument in get_wcde() - Changed files on servers to .rds and code in get_wcde() to retrieve .rds data Changes in version 0.0.5 (2022-06-06) - Fixed bug for pop_edu argument for bulk downloads in get_wcde() Changes in version 0.0.4 (2022-05-11) - Add pop_age, pop_sex and pop_edu arguments to get_wcde() and added separate population files for different age/sex/education categories to server Changes in version 0.0.3 (2021-10-30) - Add authors to vignette - Add start-up citation note - Renamed wcde_pull() to get_wcde_single() - Initial pkgdown working - Github actions working - Website to description - Allow edu_group_sum() to work without scenario column Changes in version 0.0.2 (2021-07-28) - Expanded vignette to include animation - Removed export from wcde_pull() - Replaced ssp2_epop with past_epop Changes in version 0.0.1 (2021-06-23) - Initial version