-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49fa7f9
commit f282409
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Authors@R: | |
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9489-1710")) | ||
Description: A collection of utilities that support creation of network attributes for hydrologic networks. Hydroloom implements methods and algorithms from NHDPlus <doi:10.3133/ofr20191096> general graph algorithms documented in Introduction to Algorithms <ISBN:9780262046305> and the pfafstetter coding system <doi:10.1016/S0022-1694(99)00011-6>. | ||
Description: A collection of utilities that support creation of network attributes for hydrologic networks. Methods and algorithms implemented are documented in Moore et al. (2019) <doi:10.3133/ofr20191096>), Cormen and Leiserson (2022) <ISBN:9780262046305> and Verdin and Verdin (1999) <doi:10.1016/S0022-1694(99)00011-6>. | ||
Depends: R (>= 4.0) | ||
Imports: dplyr, data.table, sf, units, stats, methods, utils, pbapply, tidyr, RANN, rlang, fastmap | ||
Suggests: testthat, nhdplusTools, future, lwgeom, future.apply, knitr, gifski, mapview | ||
|