hydroloom 1.1.2
Hydroloom 1.1.2 introduces new functionality in accumulate_downstream(), reworks the make_index_ids(),
and deprecates make_fromids() and format_index_ids() for clarity of package function. Deprecated functions
will be removed in the next major version release.
subset_network()has been added to support subsetting networks to include all diversions that emanate from the basin. -- #60accumulate_downstream()now supports "total upstream" and "divergence routed" accumulation. -- #17make_index_ids()has been rewritten. It now uses four modes ("to", "from", and "both").make_fromids()is deprecated in favor ofmake_index_ids()with mode = "from".format_index_ids()is deprecated. The *_list element ofmake_index_ids()can be unnested instead.