-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
70 lines (70 loc) · 1.84 KB
/
Copy pathDESCRIPTION
File metadata and controls
70 lines (70 loc) · 1.84 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
Package: HYPEtools
Version: 1.6.8
Title: Tools for Processing and Analyzing Files from the Hydrological
Catchment Model HYPE
Description: Work with model files (setup, input, output) from
the hydrological catchment model HYPE: Streamlined file import and export, standard
evaluation plot routines, diverse post-processing and aggregation routines
for hydrological model analysis. The HYPEtools package is also archived at <doi:10.5281/zenodo.7627955>
and can be cited in publications with Brendel et al. (2024) <doi:10.1016/j.envsoft.2024.106094>.
Authors@R: c(person("Rene", "Capell", role = c("aut", "cre"), email = "hypetools.rene@smhi.se", comment = c(ORCID = "0000-0002-7784-1313")),
person("Conrad", "Brendel", role = "aut", email = "conrad.brendel@smhi.se", comment = c(ORCID = "0000-0002-5199-0580")),
person("Jafet", "Andersson", role = "ctb"),
person("David", "Gustafsson", role = "ctb"),
person("Jude", list("Musuuza", "Lubega"), role = "ctb"))
Depends:
R (>= 3.5.0)
Imports:
clipr,
colorspace,
data.table (>= 1.9.8),
dplyr,
ggplot2,
ggpubr,
ggrepel,
grDevices,
graphics,
lubridate,
methods,
ncdf4,
parallel,
patchwork,
pbapply,
purrr,
rlang,
scales,
stats,
stringr,
tidyr,
tidyselect,
tools,
utils,
zoo
License: LGPL-3
LazyData: false
URL: https://hypeweb.smhi.se/, https://github.com/rcapell/HYPEtools
BugReports: https://github.com/rcapell/HYPEtools/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Suggests:
rmarkdown,
knitr,
beepr,
curl,
DT,
htmlwidgets,
leaflet,
leaflet.extras,
mapview,
plotly,
rnaturalearth,
sf,
shiny,
shinyalert,
shinyFiles,
shinyWidgets,
terra,
webshot
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0