-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.21 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
Package: dssrip2
Title: DSS R Interface Project (2)
Version: 0.8-2
Authors@R: c(
person("Michael", "Koohafkan", , "michael.c.koohafkan@usace.army.mil", role = c("aut", "cre")),
person("Evan", "Heisman", , "evan.a.heisman@usace.army.mil", role = c("aut")),
person("Cameron", "Bracken", , "", role = c("aut")))
Description: A wrapper for the HEC-DSS Java API
(https://www.hec.usace.army.mil/confluence/dssdocs/dssjavaprogrammer)
allowing an interface between R and many common hydrologic models.
This is a rewrite of the original "dssrip" package.
License: MIT + file LICENSE
URL: https://github.com/mkoohafkan/dssrip2,
https://hydroecology.net/dssrip2/
BugReports: https://github.com/mkoohafkan/dssrip2/issues
Depends:
R (>= 3.6)
Imports:
rJava (>= 1.0),
terra (>= 1.5),
yaml (>= 2.3),
httr (>= 1.4),
digest (>= 0.6),
lubridate (>= 1.9),
utils
Suggests:
knitr (>= 1.26),
rmarkdown (>= 2.0),
testthat (>= 3.0.0),
tibble (>= 3.2)
VignetteBuilder: knitr
SystemRequirements:
HEC-DSSVue (>= 3.2.3, https://www.hec.usace.army.mil/software/hec-dssvue)
Java JDK (>= 1.8)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3