Skip to contents

winfapReader 0.1-7.1

  • fixed a bug in (internal function) findfile to better adapt to the new file format on the winfapfiles

winfapReader 0.1-7

CRAN release: 2026-02-20

  • many internal changes to adapt to the new format of winfap files after v14
  • one visible change is that water_year now also deals with time (since now amax files contain datetime information)
  • the API calls for the get_* functions are now handled with httr2 (since httr is superseded)

winfapReader 0.1-6

CRAN release: 2025-04-01

  • changes in get_amax and get_pot (and in the internal read functions): this was needed to adjust to the changes in what the API outputs now
  • changes in links in many places to adapt to changes in the NRFA website

winfapReader 0.1-5.1

CRAN release: 2024-06-19

  • changes in known_Oct1 to include new events which occurred on Oct 1st which have been identified in version 12 of the winfap files
  • changes in test functions: realized I needed them after the API broke for some days

winfapReader 0.1-5

CRAN release: 2022-09-08

  • internal function changes to please R CMD check –as-cran
  • changes in known_Oct1 to include new events which occurred on Oct 1st which have been identified in version 11 of the winfap files

winfapReader 0.1-4

Minor changes:

  1. read_amax and get_amax could give trouble when the user R locale was different from English as dates would not be parsed correctly. This is now fixed (relying on lubridate to do the right thing automatically).
  2. changes in known_Oct1 to include new events which occurred on Oct 1st which have been identified in version 10 of the winfap files

winfapReader 0.1-3

CRAN release: 2021-02-19

Minor changes:

  1. In compliance with CRAN’s request: changes made in the vignette to ensure that packages in Suggests should be used conditionally. This was caused by a decision taken after writing the vignette to move some packages from Imports to Suggests.

winfapReader 0.1-2

CRAN release: 2021-02-04

Major changes:

  1. Updated the ways in which the nrfa API is queried to comply with changes in the way in which the winfap files are returned. The version also can now process the data derived from winfap files v9.0 - in which several new events which happened on 1st October have been added.

  2. In compliance with CRAN’s request: ensured 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).