forked from GLEON/glmtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.1 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
Package: glmtools
Type: Package
Title: glmtools
Version: 0.15.0
Date: 2017-01-31
Authors@R: c( person("Jordan", "Read", role = c("aut","cre"),
email = "[email protected]"),
person("Luke", "Winslow", role = "aut",
email = "[email protected]"),
person("Joseph", "Stachelek", role = "ctb",
email = "[email protected]"))
Description: Tools for working with the GLM lake model.
URL: https://github.com/USGS-R/glmtools
BugReports: https://github.com/USGS-R/glmtools/issues
License: file LICENSE
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
http://www.usgs.gov/visual-id/credit_usgs.html#copyright
Depends:
R (>= 3.0),
GLMr,
rLakeAnalyzer (>= 1.8.3)
Imports:
ncdf4,
tools,
akima,
lazyeval,
dplyr,
methods
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
BuildVignettes: true
LazyLoad: yes
LazyData: yes
RoxygenNote: 6.1.1