• Update dependencies
  • remove defunct functions
  • remove call to closeAllConnections() command
  • Fail gracefully with an informative message if the hydroscope site is not available or has changed
  • Update dependencies
  • Update dependencies
  • This version removes plyr dependency.
  • This version fixes the errors found in CRAN Package Check Results.
  • New functionality:

    • find_stations() returns a tibble with the nearest hydroscope’s stations’ distances using a given point coordinates.
  • hydroscoper was transferred to rOpenSci: https://github.com/ropensci/hydroscoper

  • General

    • This is a major update. All the functions are rewritten utilizing the Enhydris API.
    • The included data in the package cover all Hydroscope’s databases.
    • Add vignettes “An introduction to hydroscoper” and “Using hydroscoper’s data”.
    • Add package documentation site.
    • Use pingr package to check if a sub-domain is alive.
    • All the functions return tibbles.
    • Add greece_borders dataset.
  • New functionality:

  • Changes

    • get_stations and get_timeseries use the Enhydris API and are considerably faster.
    • get_data uses lower case variable naming: date, value, comment
  • Defuncs

    • get_coords has been removed from the package. Please use hydro_coords to convert Hydroscope’s points’ raw format to a tibble.

  • Initial submission to CRAN.