Skip to content

Commit

Permalink
tiny improvements to documentation and version increment for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Apr 3, 2015
1 parent 7753734 commit 02868a4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rivr
Type: Package
Title: Steady and Unsteady Open-Channel Flow Computation
Version: 0.9.2
Date: 2015-01-10
Version: 0.9.3
Date: 2015-04-01
Author: Michael C Koohafkan [aut, cre]
Maintainer: Michael C Koohafkan <michael.koohafkan@gmail.com>
Description: A tool for undergraduate courses in open-channel hydraulics.
Expand Down
2 changes: 2 additions & 0 deletions R/graduallyvariedflow_v2.r
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#' Steady and Unsteady Open-Channel Flow Computation
#'
#' 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,
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ 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 4/2/2015
---------------

Version 0.9.2 now on CRAN! This version improves error messages and clarifies
some of the documentation.



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")`.
get an error try `install.packages("rivr", type = "source")`.
7 changes: 1 addition & 6 deletions man/rivr-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
\docType{package}
\name{rivr-package}
\alias{rivr-package}
\title{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 (e.g. backwater curves) and unsteady (flood wave routing)
flow computations for prismatic trapezoidal channels. See the vignette
to get started.}
\title{Steady and Unsteady Open-Channel Flow Computation}
\description{
This package is designed as an educational tool for students and
instructors of undergraduate courses in open channel hydraulics.
Expand Down

0 comments on commit 02868a4

Please sign in to comment.