forked from DOI-USGS/loadflex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.46 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: loadflex
Type: Package
Title: Models and Tools for Watershed Flux Estimates
Version: 1.0.3
Date: 2016-02-10
Author: Alison Appling, Miguel Leon
Maintainer: Alison Appling <alison.appling@gmail.com>
Description: Implements several of the most common methods for
modeling and predicting watershed solute fluxes and concentrations,
including interpolation and regression models, period-weighted averaging,
and the composite method. Integrates seamlessly with the USGS's
rloadest package and with native R regression models. Offers a uniform
interface for any model type, with which you can quickly fit models,
generate predictions, and aggregate to monthly or annual values.
VignetteBuilder: knitr
Depends:
R(>= 3.0),
methods
Imports:
smwrBase (>= 1.1.2),
rloadest (>= 0.4.3),
unitted (>= 0.2.5),
car,
dplyr,
ggplot2,
lubridate,
MASS,
Matrix,
splines,
stats
Suggests:
knitr,
testthat
License: GPL (>= 2)
URL: https://github.com/McDowellLab/loadflex
Collate:
'aaa_onLoad.R'
'aggregateSolute.R'
'covariance.R'
'dataDocumentation.R'
'diagnostics.R'
'getResiduals.R'
'interpolations.R'
'loadModelInterface.R'
'metadata.R'
'loadModel.R'
'loadComp.R'
'loadInterp.R'
'loadLm.R'
'loadReg.R'
'loadReg2.R'
'loadflex.R'
'match.arg.loadflex.R'
'plots.R'
'predictors.R'
'text.R'
'uncertainty.R'
'unit.conversions.R'
RoxygenNote: 5.0.1