forked from NOAA-OWP/hydrofabric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.24 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
53
Package: hydrofabric
Type: Package
Title: Easily Install and Load 'hydrofabric' tools
Description: The 'hydrofabric' meta package loads a set of packages that work in harmony to complete hydroscience tasks.
Version: 0.1.0
Authors@R:
c(person(given = "Mike",
family = "Johnson",
role = c("aut", "cre"),
email = "[email protected]"),
person("NOAA", role = c("fnd")),
person("USGS", role = c("fnd")),
person("Lynker", role = c("fnd")))
Maintainer: Mike Johnson <[email protected]>
BugReports: https://github.com/NOAA-OWP/hydrofabric
URL: https://github.com/NOAA-OWP/hydrofabric
Depends:
R (>= 4.2)
Imports:
arrow,
cli (>= 3.6.1),
climateR,
crayon (>= 1.4.1),
DBI,
dplyr,
glue,
grDevices,
hydrofab,
hfsubsetR,
jsonlite,
ngen.hydrofab,
nhdplusTools,
purrr,
RSQLite,
rstudioapi,
sf,
terra,
utils,
zonal
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0),
Remotes:
mikejohnson51/hydrofab,
mikejohnson51/zonal,
mikejohnson51/climateR,
mikejohnson51/ngen.hydrofab,
lynker-spatial/hfsubsetR
Config/testthat/edition: 3
VignetteBuilder: knitr