-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
55 lines (55 loc) · 2.02 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
Package: RavenR
Type: Package
Title: Raven Hydrological Modelling Framework R Support and Analysis
Version: 2.2.2
Date: 2024-05-06
Authors@R: c(
person("Robert", "Chlumsky", email = "[email protected]", role = c("cre","aut"), comment = c(ORCID = "0000-0002-1303-5064")),
person("James", "Craig", email = "[email protected]", role = c("ctb","aut"), comment = c(ORCID = "0000-0003-2715-7166")),
person("Leland", "Scantlebury", email = "[email protected]", role = c("ctb","aut")),
person("Simon", "Lin", email = "[email protected]", role = c("ctb","aut")),
person("Sarah", "Grass", email = "[email protected]", role = c("ctb","aut")),
person("Genevieve", "Brown", email = "[email protected]", role = c("ctb","aut")),
person("Rezgar", "Arabzadeh", email = "[email protected]", role = c("ctb","aut")))
Maintainer: Robert Chlumsky <[email protected]>
Description: Utilities for processing input and output files associated with the Raven Hydrological Modelling Framework. Includes various plotting functions, model diagnostics, reading output files into extensible time series format, and support for writing Raven input files.
The 'RavenR' package is also archived at Chlumsky et al. (2020) <doi:10.5281/zenodo.4248183>.
The Raven Hydrologic Modelling Framework method can be referenced with Craig et al. (2020) <doi:10.1016/j.envsoft.2020.104728>.
Note: Package is in active development; please report errors and suggestions to [email protected].
BugReports: https://github.com/rchlumsk/RavenR/issues
Depends:
R (>= 3.6.0)
Imports:
colorspace,
cowplot,
crayon,
DiagrammeR,
dplyr,
dygraphs,
gdata,
ggplot2,
igraph,
lubridate,
magrittr,
purrr,
Rcpp,
RCurl,
scales,
stats,
stringr,
tidyr,
utils,
visNetwork,
xts,
zoo
Suggests:
devtools,
knitr,
rmarkdown
URL: https://github.com/rchlumsk/RavenR
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1
VignetteBuilder: knitr
LinkingTo: Rcpp