Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.33 KB

NEWS.md

File metadata and controls

42 lines (28 loc) · 1.33 KB

wcde 0.0.7

  • 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

wcde 0.0.6

  • 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

wcde 0.0.5

  • Fixed bug for pop_edu argument for bulk downloads in get_wcde()

wcde 0.0.4

  • 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

wcde 0.0.3

  • 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

wcde 0.0.2

  • Expanded vignette to include animation
  • Removed export from wcde_pull()
  • Replaced ssp2_epop with past_epop

wcde 0.0.1

  • Initial version