diff --git a/DESCRIPTION b/DESCRIPTION index 4fe29d62..6b0a98f8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: hydrofab Type: Package Title: Hydrologic Network Refactoring and Aggregation Tools -Version: 0.5.2 +Version: 0.5.3 Authors@R: c(person(given = "Mike", family = "Johnson", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5288-8350"), diff --git a/R/refactor_wrapper.R b/R/refactor_wrapper.R index c53f9a81..0f237354 100644 --- a/R/refactor_wrapper.R +++ b/R/refactor_wrapper.R @@ -74,7 +74,7 @@ refactor = function (gpkg = NULL, outlets <- pois %>% inner_join(select(st_drop_geometry(network_list$flowpaths), - all_of(totdasqkm, match_id, dnhydroseq)), + totdasqkm, match_id, dnhydroseq), by = c("hf_id" = match_id)) # Need to avoid modification to flowlines immediately downstream of POIs