-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
52 lines (52 loc) · 1.38 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
Package: glmtools
Type: Package
Title: Tools for working with the General Lake Model (GLM)
Version: 0.16.0
Date: 2019-12-10
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]"),
person("Rober", "Ladwig", role = "ctb",
email = "[email protected]"),
person("Hilary", "Dugan", 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),
GLM3r,
rLakeAnalyzer
Imports:
akima,
adagio,
dplyr,
ggplot2,
lazyeval,
methods,
patchwork,
ncdf4,
readr,
reshape2,
tidyr (>= 1.0.0),
tools,
rlang
Suggests:
testthat,
vdiffr,
knitr,
rmarkdown
VignetteBuilder:
knitr
LazyData: yes
RoxygenNote: 7.1.1
Encoding: UTF-8