Package: rnrfa Title: UK National River Flow Archive Data from R Version: 2.1.0.7 Authors@R: c( person("Ilaria", "Prosdocimi", , "prosdocimi.ilaria@gmail.com", role = c("ctb", "cre"), comment = c(ORCID = "0000-0001-8565-094X")), person("Claudia", "Vitolo", role = "aut", comment = c(ORCID = "0000-0002-4252-1176", "Claudia is the original creator of the package")), person("Matthew", "Fry", role = "ctb", comment = "Matthew supervised the unofficial API \n integration."), person("Wouter", "Buytaert", role = "ctb", comment = "This package is part of Claudia Vitolo's PhD work\n and Wouter is the supervisor."), person("Michael", "Spencer", role = "ctb", comment = "Michael updated the function osg_parse to work \n with grid references of different lengths."), person("Tobias", "Gauster", role = "ctb", comment = "Tobias improved the function osg_parse \n introducing vectorisation") ) Description: Utility functions to retrieve data from the UK National River Flow Archive (, terms and conditions: ). The package contains R wrappers to the UK NRFA data temporary-API. There are functions to retrieve stations falling in a bounding box, to generate a map and extracting time series and general information. The package is fully described in Vitolo et al (2016) "rnrfa: An R package to Retrieve, Filter and Visualize Data from the UK National River Flow Archive" . License: GPL-3 URL: https://ilapros.github.io/rnrfa/ BugReports: https://github.com/ilapros/rnrfa/issues Depends: R (>= 3.5) Imports: curl, ggmap (>= 4.0.0), ggplot2, graphics, httr, jsonlite, lubridate, parallel, sf, stats, tibble, utils, zoo Suggests: DT, dygraphs, knitr, leaflet, rmarkdown, spelling, testthat VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.3.2 Language: en-US Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libjpeg-dev libpng-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ilapros.r-universe.dev Date/Publication: 2025-08-25 14:11:56 UTC RemoteUrl: https://github.com/ilapros/rnrfa RemoteRef: HEAD RemoteSha: 27dbf44eff10b34638b068fe6549c317c14ebd7a NeedsCompilation: no Packaged: 2026-06-10 07:03:14 UTC; root Author: Ilaria Prosdocimi [ctb, cre] (ORCID: ), Claudia Vitolo [aut] (ORCID: , Claudia is the original creator of the package), Matthew Fry [ctb] (Matthew supervised the unofficial API integration.), Wouter Buytaert [ctb] (This package is part of Claudia Vitolo's PhD work and Wouter is the supervisor.), Michael Spencer [ctb] (Michael updated the function osg_parse to work with grid references of different lengths.), Tobias Gauster [ctb] (Tobias improved the function osg_parse introducing vectorisation) Maintainer: Ilaria Prosdocimi