Closed dmurdoch closed 2 years ago
This adds a function make_unique() to be used instead of base::make.unique() so the ordering of the elements is not changed by arcPaths. Fixes issue #224.
make_unique()
base::make.unique()
arcPaths
Thank you!
This adds a function
make_unique()
to be used instead ofbase::make.unique()
so the ordering of the elements is not changed byarcPaths
. Fixes issue #224.