forked from NCAR/rwrfhydro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.03 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
Package: rwrfhydro
Type: Package
Title: R tools for the WRF Hydro Model
Version: 1.0.0.9000
Date: 2015-05-01
Authors@R: c(
person("James", "McCreight", email = "[email protected]", role = c("aut","cre")),
person("Aubrey", "Dugger", email = "[email protected]", role = "aut") )
Maintainer: James McCreight <[email protected]>
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:
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),
doMC (>= 1.3.3),
foreach (>= 1.4.2),
curl (>= 0.5),
dataRetrieval (>= 2.1.2),
raster (>= 2.3),
httr (>= 0.6.1),
devtools (>= 1.7.0),
jsonlite (>= 0.9.14)
LazyData: true
Suggests: testthat,
knitr,
rgdal,
pander,
ptw
BuildVignettes: false
VignetteBuilder: knitr