-
Notifications
You must be signed in to change notification settings - Fork 68
/
DESCRIPTION
49 lines (49 loc) · 1.32 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
Package: rwrfhydro
Type: Package
Title: R tools for the WRF Hydro Model
Version: 1.0.2
Date: 2015-05-01
Authors@R: c(
person("James", "McCreight", email = "jamesmcc@ucar.edu", role = c("aut","cre")),
person("Aubrey", "Dugger", email = "", role = "aut"),
person("Arezoo", "RafieeiNasab", email = "", role = "aut"),
person("Logan", "Karsten", email = "", role = "aut"),
person("Alyssa", "Hendricks", email = "", role = "aut") )
Maintainer: James McCreight <jamesmcc@ucar.edu>
Description: A community-contributed tool box for managing, analyzing, and
visualizing WRF Hydro (and HydroDART) input and output files in R.
License: https://github.com/mccreigh/rwrfhydro/blob/master/LICENSE.md
Depends:
R (>= 3.1.0)
Imports:
data.table (>= 1.9.6),
plyr (>= 1.8.1),
grid (>= 3.1.2),
lubridate (>= 1.3.3),
ncdf4 (>= 1.13),
ggplot2 (>= 1.0.0),
ggmap (>= 2.3),
reshape2 (>= 1.4.1),
foreach (>= 1.4.2),
curl (>= 0.5),
RCurl (>= 1.95),
dataRetrieval (>= 2.1.2),
raster (>= 2.3),
httr (>= 0.6.1),
devtools (>= 1.7.0),
jsonlite (>= 0.9.14),
methods,
pastecs,
biwavelet (>= 0.20.17)
LazyData: true
Suggests:
testthat,
knitr,
rgdal,
sp,
pander,
ptw,
rmarkdown
BuildVignettes: false
VignetteBuilder: knitr
RoxygenNote: 6.1.1