forked from cvitolo/rnrfa
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 loc) · 2.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: rnrfa
Title: UK National River Flow Archive Data from R
Version: 2.1.0.6
Authors@R: c(
person("Ilaria", "Prosdocimi", , "[email protected]", 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 (<https://nrfa.ceh.ac.uk/>, terms and conditions:
<https://nrfa.ceh.ac.uk/costs-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"
<https://journal.r-project.org/archive/2016/RJ-2016-036/RJ-2016-036.pdf>.
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,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Repository: CRAN
RoxygenNote: 7.3.1