-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
33 lines (33 loc) · 1 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
Package: rivr
Type: Package
Title: Steady and Unsteady Open-Channel Flow Computation
Version: 1.2-3
Authors@R: c(
person("Michael C", "Koohafkan", , "[email protected]", role = c("aut", "cre"))
)
Description: A tool for undergraduate and graduate courses in open-channel
hydraulics. Provides functions for computing normal and critical depths,
steady-state water surface profiles (e.g. backwater curves) and unsteady flow
computations (e.g. flood wave routing) as described in
Koohafkan MC, Younis BA (2015). "Open-channel computation with R."
The R Journal, 7(2), 249–262. <doi: 10.32614/RJ-2015-034>.
URL: https://github.com/mkoohafkan/rivr,
https://hydroecology.net/rivr/
BugReports: https://github.com/mkoohafkan/rivr/issues
License: GPL (>= 3)
Depends: R (>= 3.4)
Imports:
utils,
graphics,
Rcpp (>= 1.0)
Suggests:
dplyr,
ggplot2,
knitr,
rmarkdown,
shiny
LinkingTo: Rcpp
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3