Minor change:
- Ensure that the package fails gracefully with an informative message if the resource is not available or has changed (and not give a check warning nor error). This is a CRAN policy.
Major changes:
- Fixed issue #19 whereby rejected/missing data in peak flows are flagged as such in output. Added full_info to input parameters to retrieve data quality flags.
- timeseries are now classed as zoo object, not xts.
- startseason and endseason in seasonal_averages() are now deprecated, seasons are labelled by the calendar quarter in which the season ends.
Minor changes:
- Added more tests
Major changes:
- Removed obsolete tests that were checking against proj4-based pre-calculated values. This is to overcome issue with use of proj6.
Major changes:
- Developed new function to interface new API
- Updated existing functions to work with the new API
Minor changes:
- Fixed broken URL in README file
Major changes:
- osg_parse now does not fail when gridRefs is a mixture of upper and lower cases, thanks to Christoph Kratz (@bogsnork on GitHub, see #12)!
- fixed tests for get_ts
- automatic deployment of website for documentation on github
Major changes:
- osg_parse now is vectorised, thanks to Tobias Gauster!
Major changes:
- Removed dependency from cowplot package
Major changes:
- Added some utility functions (e.g. plot_trend) to generate plots in the paper
Major changes:
- testthat framework for unit tests
- travis for continuous integration on linux
- appveyors for continuous integration on windows
- added code of conduct
- renamed functions to follow best practice
- moved package to root directory to follow best practice
Major changes:
-
Michael Spencer (contributor) updated the function OSGparse to work with grid references of different lengths.
-
Added testthat framework for unit tests