-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
30 lines (30 loc) · 873 Bytes
/
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
Package: rivr
Type: Package
Title: Steady and Unsteady Open-Channel Flow Computation
Version: 1.2-1.9000
Date: 2019-03-12
Authors@R: c(
person("Michael C", "Koohafkan", , "michael.koohafkan@gmail.com", 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).
URL: https://github.com/mkoohafkan/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
RoxygenNote: 6.1.1