Skip to content

Commit

Permalink
fix description for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Sep 28, 2023
1 parent 49fa7f9 commit f282409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Authors@R:
role = c("aut", "cre"),
email = "dblodgett@usgs.gov",
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
Expand Down

0 comments on commit f282409

Please sign in to comment.