owmr 0.8.1 2018-11-03

  • Added function find_cities_by_bbox to get current weather data for a number of cities within a given bounding box

owmr 0.8.0 Unreleased

  • Added generic function owmr_as_tibble to get similiar-ish and tidy data frames for all kind of responses
  • Removed find_stations_by_geo_point and get_current_from_station because of a new owm stations api

owmr 0.7.4 Unreleased

  • Fixed bug in add_owm_tiles
  • find_stations_by_geo_point and get_current_from_station are not supported anymore because of breaking changes in the owm api for stations. Functions will be removed in a future version.

owmr 0.7.3 Unreleased

  • Added feature to store the api key in an environment variable called OWM_API_KEY
  • It is still possible to set the key via owmr_settings, but it is recommended that you use the environment variable instead

owmr 0.7.2 2017-01-14

  • Updated package description

owmr 0.7.1 Unreleased

  • Fixed false poitives in check for undefined global variable . from magrittr

owmr 0.7.0 Unreleased

  • Added functions to add owm tiles to leaflet map.
  • Note: Performance of owm tile server seems to be low.

owmr 0.6.1 Unreleased

  • Added function to show weather data on leaflet map.
  • Added operator %$$% to render template text for popups.

owmr 0.5.0 Unreleased

  • Refactored code
  • Added function to fetch current weather data for cities around geo point (more or less an alias to find_city).
  • Marked UTF-8 string in data fixed.

owmr 0.4.1 Unreleased

  • Added function to fetch current weather data for multiple cities at once.

owmr 0.4.0 Unreleased

  • Added function to search owm’s city list by city name.
  • Added tests for current data.
  • Added helper function to fetch ‘fresh’ data used in tests.

owmr 0.3.0 Unreleased

  • Added a NEWS.md file to track changes to the package.