-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
72 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.Renviron | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: hydraulics | ||
Type: Package | ||
Title: Basic Pipe and Open Channel Hydraulics | ||
Version: 0.6.1 | ||
Version: 0.6.2 | ||
Author: Ed Maurer [aut, cre], Irucka Embry [aut, ctb] (iemisc code) | ||
Maintainer: Ed Maurer <[email protected]> | ||
Description: Functions for basic hydraulic calculations related to | ||
|
@@ -17,7 +17,7 @@ Description: Functions for basic hydraulic calculations related to | |
flow, the Manning equation is used, again solving for missing parameters. | ||
The derivation of and solutions using the Darcy-Weisbach equation and the | ||
Manning equation are outlined in many fluid mechanics texts such as | ||
Finnemore and Franzini (2002, ISBN:978-0072432022). Some gradually- and | ||
Finnemore and Maurer (2024, ISBN:978-1-264-78729-6). Some gradually- and | ||
rapidly-varied flow functions are included. For the Manning equation | ||
solutions, this package uses modifications of original code from the 'iemisc' | ||
package by Irucka Embry. | ||
|
@@ -36,9 +36,9 @@ Imports: | |
tibble, | ||
units | ||
Suggests: | ||
docxtools, | ||
formatdown, | ||
kableExtra, | ||
knitr, | ||
rmarkdown | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.3.1 | ||
VignetteBuilder: knitr, rmarkdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters