Skip to content

Commit

Permalink
Merge pull request #30 from bradleyjeck/cran-v4
Browse files Browse the repository at this point in the history
Cran v4
  • Loading branch information
bradleyjeck authored Aug 10, 2016
2 parents 6471d39 + 4c50ba4 commit 7cb0e23
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: epanetReader
Type: Package
Title: Read Epanet Files into R
Version: 0.3.1-0007
Version: 0.4.0
Date: 2016-08-10
Author: Bradley J. Eck
Maintainer: Bradley Eck <[email protected]>
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
epanetReader version 0.4.0 (released Aug 2016)
==============================================
Changes:
* Use readlines from package Kmisc, if available, to speed up reading of large files

* Added write.inp() function for writing inp files from an R object

* Allow page breaks in rpt files to support reading rpt files
created by Epanet's Windows GUI

* Added citation information for recently published papers

* Added support for reading sections of inp files that were not supported yet

* Handled % sign in rpt file node result header for water trace analysis


epanetReader version 0.3.1 (released Feb 2016)
==============================================

Expand Down
3 changes: 1 addition & 2 deletions R/write.inp.r
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
#' @return nothing
#' @examples
#' write.inp(Net1, "Net1-fromR.inp")
#' \dontrun{
#' n1 <- read.inp("Net1-fromR.inp")
#' all.equal(Net1, n1)
#' }
#'

write.inp <- function(x, file){

Expand Down
2 changes: 1 addition & 1 deletion man/plotSparklineTable.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/write.inp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cb0e23

Please sign in to comment.