Package: rivr Type: Package Title: Steady and Unsteady Open-Channel Flow Computation Version: 1.2-3 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) as described in Koohafkan MC, Younis BA (2015). "Open-channel computation with R." The R Journal, 7(2), 249–262. . 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 Repository: https://mkoohafkan.r-universe.dev Date/Publication: 2024-09-03 04:12:58 UTC RemoteUrl: https://github.com/mkoohafkan/rivr RemoteRef: HEAD RemoteSha: 837fb8b0cc59fdebd74841b24001f4ca4ad380a4 NeedsCompilation: yes Packaged: 2026-06-24 06:04:40 UTC; root Author: Michael C Koohafkan [aut, cre] Maintainer: Michael C Koohafkan