Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
wdwatkins committed Jan 10, 2017
1 parent e41d3bf commit 92891aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Package: rloadest
Type: Package
Title: River Load Estimation
Version: 0.4.3
Date: 2015-12-03
Author: Dave Lorenz, Rob Runkel, Laura De Cicco
Version: 0.4.4
Date: 2017-01-10
Authors@R: c( person("Dave", "Lorenz", email = "[email protected]", role = "cre"),
person("Rob", "Runkel", role = "aut"),
person("Laura", "De Cicco", role = "aut"),
person("David", "Watkins", role = "ctb"))
Maintainer: Dave Lorenz <[email protected]>
Description: Collection of functions to make constituent load estimations
based on the LOADEST program.
Expand All @@ -17,10 +20,11 @@ Depends:
Imports:
lubridate,
stats,
segmented
segmented
Suggests:
dataRetrieval,
EGRET,
survival
LazyLoad: yes
LazyData: yes
RoxygenNote: 5.0.1
2 changes: 1 addition & 1 deletion R/loadReg.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ loadReg <- function(formula, data, subset, na.action, flow, dates,
#terms above is null
#formulas were not being converted from symbols, and causing errors at ~127
call$formula <- formula
m[['formula']] <- formula
m[['formula']] <- formula
}
## remove components not needed for model.frame
m$flow <- m$dates <- m$flow.units <- m$conc.units <- NULL
Expand Down

0 comments on commit 92891aa

Please sign in to comment.