Skip to content

Commit

Permalink
version 1.0 release on CRAN!
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Oct 11, 2015
1 parent cf8fe53 commit 7b8a63e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: rivr
Type: Package
Title: Steady and Unsteady Open-Channel Flow Computation
Version: 1.0
Date: 2015-10-06
Version: 1.0.0.9000
Date: 2015-10-11
Author: Michael C Koohafkan [aut, cre]
Maintainer: Michael C Koohafkan <michael.koohafkan@gmail.com>
Description: A tool for undergraduate courses in open-channel hydraulics.
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).
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ importFrom(graphics,plot)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,stack)
useDynLib(rivr)
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ rivr: An R package for Open Channel Hydraulics
[![Build Status](https://travis-ci.org/mkoohafkan/rivr.svg)](https://travis-ci.org/mkoohafkan/rivr)

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

UPDATE 10/11/2015
---------------

Version 1.0 now on CRAN! This major version update defines an S3 class for
`rivr` and methods for printing, summarizing and plotting results of
gradually-varied and unsteady flow simulations. A technical vignette has also
been added that provides nitty-gritty details on the derivations and numerical
schemes used in the package.

UPDATE 4/2/2015
---------------

Expand Down
4 changes: 3 additions & 1 deletion vignettes/quickstart.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Class methods
-------------

The `rivr` package defines a new class `rivr`, which is essentially an
extension of the `data.frame` class with additional atributes. The
extension of the `data.frame` class with additional atributes. The following
methods are defined for class `rivr`:

- `head`
Expand All @@ -31,6 +31,8 @@ methods are defined for class `rivr`:
- `summary`
- `plot`



Computing normal and critical depth
-----------------------------------

Expand Down

0 comments on commit 7b8a63e

Please sign in to comment.