Changes in version 2.1.0.7 (2025-08-25) date: 2025/08/20 small changes: - changes in test functions: some tests were failing due to some changes in NRFA outputs Changes in version 2.1.0.6 (2024-06-19) date: 2024/06/19 small changes: - changes in test functions: realized I needed them after the API broke for some days Changes in version 2.1.0.5 (2024-02-15) date: 2023/11/08 Medium changes: - plot_trend updated to reflect changes in the ggmap package due to the stamen maps no longer being directly available Minor changes: - catalogue() now allows for not all information to be retrieved (bug fix) - changes in the vignette text, mostly allowing the output to appear and updated the dependencies Changes in version 2.1.0 (2022-09-08) Minor changes: - Changes in test. some changes must have occurred in the NRFA dataset - Bumped version - should have done this the previous time Changes in version 2.0.6 (2022-08-09) Major changes: - Change of maintainer for CRAN package - The hard dependency on the rgdal package is dropped (this is in light of the announced retirement of rgdal in 2023). In the process the hard dependence to sp has been dropped in favour of sf, to avoid possible issues down the line when sp goes through the changes necessary to accommodate the rgdal retirement. The package still depends on sp via ggmap -> RgoogleMaps. Minor changes: 1. To further ensure that the package fails gracefully when the NRFA api is interrogated about stations which do not exist an informative message is printed and the function(s) return a NULL object. 2. Thanks to Andrew Duncan (@aj2duncan) osg_parse now outputs a missing value if a missing coordinate is given 3. small fixes in documentation. Changes in version 2.0.4 (2021-02-15) 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. Changes in version 2.0.2 (2020-02-01) Major changes: 1. 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. 2. timeseries are now classed as zoo object, not xts. 3. 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 Changes in version 2.0.1 (2019-11-10) Major changes: 1. Removed obsolete tests that were checking against proj4-based pre-calculated values. This is to overcome issue with use of proj6. Changes in version 2.0 (2019-04-15) Major changes: 1. Developed new function to interface new API 2. Updated existing functions to work with the new API Minor changes: 1. Fixed broken URL in README file Changes in version 1.5 Major changes: 1. osg_parse now does not fail when gridRefs is a mixture of upper and lower cases, thanks to Christoph Kratz (@bogsnork on GitHub, see https://github.com/cvitolo/rnrfa/issues/12)! 2. fixed tests for get_ts 3. automatic deployment of website for documentation on github Changes in version 1.4 Major changes: 1. osg_parse now is vectorised, thanks to Tobias Gauster! Changes in version 1.3 Major changes: 1. Removed dependency from cowplot package Changes in version 1.2 (2016-09-03) Major changes: 1. Added some utility functions (e.g. plot_trend) to generate plots in the paper Changes in version 1.1 Major changes: 1. testthat framework for unit tests 2. travis for continuous integration on linux 3. appveyors for continuous integration on windows 4. added code of conduct 5. renamed functions to follow best practice 6. moved package to root directory to follow best practice Changes in version 0.5.4 (2016-08-24) Major changes: 1. Michael Spencer (contributor) updated the function OSGparse to work with grid references of different lengths. 2. Added testthat framework for unit tests