-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1020 Bytes
/
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
Package: conteStreamTemperature
Title: clean, prepare, and analyze stream temperature data
Version: 0.1
Date: 2014-08-28
Authors@R: c(person("Daniel", "Hocking", role = c("aut", "cre"), email =
"dhocking@usgs.gov"), person("Kyle", "O'Neil", role = c("aut"), email =
"koneil@usgs.gov"), person("Ben", "Letcher", role = c("aut"), email =
"bletcher@usgs.gov"))
Maintainer: Daniel Hocking <dhocking@usgs.gov>
Description: This package cleans daily and subdaily temperature data, reduces
subdaily to daily data, joins with Daymet and landscape data. It also uses
a hierarchical model in JAGS to estimate coefficients and predicted daily
temperature.
Depends:
R (>= 3.1.0)
Imports:
rjags,
knitr,
ggmcmc,
dplyr,
ggplot2,
lubridate,
DataCombine,
parallel,
rmarkdown,
gridExtra,
reshape2,
sp,
abind,
RPostgreSQL,
ggmap,
tidyr,
zoo
License: file LICENSE
LazyData: TRUE
VignetteBuilder: knitr
Suggests:
testthat
RoxygenNote: 5.0.1