Skip to contents

echor 0.1.9

CRAN release: 2023-06-22

  • when server responses != 200 or 202, functions return an invisible NULL with a message instead of an error and message. (fixes #87)
  • removed geojsonsf dependency.
  • _getFacilityInfo() functions return an invisible NULL with message instead of stopping with error if too many records are requested in sf format.

echor 0.1.8

CRAN release: 2023-04-23

Bug Fixes

  • various _getFacilityInfo() functions now properly return records when more then 100,000 records are returned. (fixes #79)
  • _getFacilityInfo() functions stop and a message is returned if too many records are requested in sf format.

Internal changes

echor 0.1.7

CRAN release: 2023-02-13

Minor Changes

  • update email address for author and maintainer.
  • reduced dependencies by moving spatial examples to pkgdown articles.

Bug Fixes

  • update url endpoint for metadata services.

Internal changes

  • update pkgdown use and template for consistency with my other packages.
  • remove rlang::.data selectors for compatibility with new versions of purrr and tidyselect.
  • fixed messages introduced by new versions of readr/vroom when columns are NA.
  • vignette is no longer built by CRAN to reduce package dependencies, see the pkgdown website for documentation
  • remove the depreciated dplyr based progress bar function and use progress package.
  • functions provide message and return nothing if nslookup fails.

echor 0.1.6

CRAN release: 2021-08-21

Bug Fixes

  • Removed TidyData in DESCRIPTION.
  • Fix output for echoGetCAAPR().
  • Update base URL used in webservice.

echor 0.1.5

CRAN release: 2020-08-05

Minor Changes

  • httr::RETRY() used throughout. (fixes #49)
  • Add CITATION.
  • vignette and readme use ggspatial instead of ggmap. (fixes #52)

echor 0.1.4

CRAN release: 2020-01-29

echor 0.1.3

CRAN release: 2019-09-18

Major Changes (possibly breaking)

Minor changes

  • fix vignette (closes #44)
  • import tidyr (v1.0.0)
  • utilize httptest for unit testing

echor 0.1.2

CRAN release: 2019-02-03

New functions

Updated functions

  • echoGetEffluent() uses a different API call to returns a flat dmr report (one plant at a time). Existing arguments remain the same and still returns a dataframe. (closes #37)

echor 0.1.1

CRAN release: 2018-09-11

echor 0.1.0

CRAN release: 2018-04-23

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