-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
61 lines (61 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
61 lines (61 loc) · 1.31 KB
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
59
60
61
Package: ihydro
Title: Integrated hydrology tools for aquatic environmental science
Version: 0.0.1
Authors@R: c(
person(given = "Patrick",
family = "Schaefer",
email = c("ecopulseanalytics@gmail.com"),
role = c("aut", "cre"))
)
Description: Implements workflows associated with geospatial
analysis of aquatic systems. Uses user defined Digital Elevation
Models (DEM) to produce attributed stream line vectors, catchment and subcatchment
polygones, and pairwise distances among stream segments. Sampling points
may be inserted to stream network.
URL: https://github.com/p-schaefer/ihydro
BugReports: https://github.com/p-schaefer/ihydro/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Remotes:
GLFC-WET/hydroweight@dev
Imports:
carrier,
data.table,
DBI,
dbplyr,
dtplyr,
exactextractr,
nngeo,
parallel,
promises,
units,
rlang,
RSQLite,
dplyr,
furrr,
future,
hydroweight,
magrittr,
memuse,
progressr,
purrr,
sf,
sfheaders,
stars,
stringr,
tidyr,
tidyselect,
tibble,
terra,
units,
whitebox,
mirai
Depends:
R (>= 4.0)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr