Skip to content

Commit

Permalink
approved by CRAN!
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Feb 22, 2015
1 parent d742237 commit 9aeaf28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
LICENSE
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Description: A tool for undergraduate courses in open-channel hydraulics.
computations (e.g. flood wave routing).
URL: https://github.com/mkoohafkan/rivr
BugReports: https://github.com/mkoohafkan/rivr/issues
License: GPL (>= 3) + file LICENSE
License: GPL (>= 3)
Depends: R (>= 3.1.2)
Imports: Rcpp (>= 0.11.3), reshape2 (>= 1.4)
Suggests: dplyr (>= 0.3), ggplot2 (>= 1.0), roxygen2 (>= 4.1), knitr (>= 1.8)
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ rivr: An R package for Open Channel Hydraulics

This package is designed as an educational tool for students and instructors
of undergraduate courses in open channel hydraulics. Functions are provided
for computing normal and critical depths, steady-state water surface profiles
(e.g. backwater curves) and unsteady flow computations (e.g. flood wave
routing).
for computing flow and channel geometry, normal and critical depths,
gradually-varied water-surface profiles (e.g. backwater curves) and unsteady
flow (e.g. flood wave routing).

UPDATE 2/22/2015
----------------

This package is on CRAN now! The binaries should be available soon, but if you
get an error try `install.packages("rivr", type = "source")`.

0 comments on commit 9aeaf28

Please sign in to comment.