Skip to content

Releases: gshs-ornl/wbstats

v1.0.1

29 Jul 15:18
Compare
Choose a tag to compare

Changes

  • update to how wb_cache() requests are made to help reduce errors due to timeout
  • updated to how wb_data() requests are made when using country = 'countries_only' (default) to help reduce errors due to timeout and speed up requests.
  • changed deprecation status of old functions from lifecycle::deprecate_warn() to lifecycle::deprecate_soft()

Bug fixes

#21
#22
#20
#23

v1.0.0

28 Feb 17:06
Compare
Choose a tag to compare

wbstats 1.0.0

The 1.0.0 release represents a complete overhaul of the wbstats package to
hopefully be more consistent and easy to use.

Changes:

  • Data now returns in a wide format by default with each indicator being its own column
  • Adoption of the "tidyverse" ecosystem.
  • New naming convention, wb_*() for all wbstats functions. Relatedly,
  • Older functions from previous versions are now deprecated and should produce a warning
  • Support for custom indicator names by passing a named vector to wb_data()
  • Includes support for most recent non-empty value queries. Basically quering the most recent
    n values from each location, regardless of the date.
  • wb_search() now accepts any grep() argument passed through ...