-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.28 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
54
55
56
57
58
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.2.1
Authors@R:
c(person(given = "Mike",
family = "Johnson",
role = c("aut", "cre"),
email = "[email protected]"),
person("NOAA", role = c("fnd")),
person("USGS", role = c("ctb")),
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),
dplyr,
glue,
grDevices,
hydrofab,
hydroloom,
hfsubsetR,
jsonlite,
purrr,
rstudioapi,
sf,
terra,
utils,
zonal
License: Apache License (>= 2) + LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
mapview,
ggplot2,
DBI,
RSQLite,
dm,
leaflet,
DT,
knitr,
distill
Remotes:
NOAA-OWP/hydrofab,
mikejohnson51/zonal,
mikejohnson51/climateR,
lynker-spatial/hfsubsetR
VignetteBuilder: knitr
Config/testthat/edition: 3