-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
42 lines (42 loc) · 1.01 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
Package: nwmTools
Type: Package
Title: nwmTools
Description: Tools for working with operational and historic National Water Model Output.
Version: 0.0.4
Authors@R:
c(person(given = "Mike",
family = "Johnson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5288-8350")),
person(given = "Lauren", family = "Bolotin", role = c("ctb")),
person(given = "CUAHSI", role = "fnd"),
person(given = "NSF", role = "fnd"),
person(given = "Lynker", role = "fnd"))
Maintainer: Mike Johnson <[email protected]>
URL: https://github.com/mikejohnson51/nwmTools
BugReports: https://github.com/mikejohnson51/nwmTools/issues
Depends:
R(>= 3.5.0)
Imports:
dataRetrieval,
dplyr,
glue,
httr,
lubridate,
nhdplusTools,
RNetCDF,
rvest,
terra,
xml2,
utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
AOI,
testthat (>= 3.0.0)
Remotes:
mikejohnson51/AOI
Config/testthat/edition: 3
License: CC0