CityRiverSpaces / rcoins

Identify continuous lines in a network
https://cityriverspaces.github.io/rcoins/
Apache License 2.0
0 stars 0 forks source link

Fix `merge_lines` #6

Open fnattino opened 2 days ago

fnattino commented 2 days ago

As pointed out by the linter, the cyclomatic complexity of this function is too high. Fix repeated content and integrate the auxiliary function with the other very similar function:

https://github.com/CityRiverSpaces/rcoins/blob/ff7b6cf88a957d5068f3d452f86eb5594a240772/R/stroke.R#L215-L223