mhahsler / dbscan

Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms - R package
GNU General Public License v3.0
304 stars 64 forks source link

refactor: use more performant lengths instead of sapply(x, length) #60

Closed m-muecke closed 2 months ago

m-muecke commented 2 months ago

Closes: https://github.com/mhahsler/dbscan/issues/61

This change would require R >= 3.2, but the description currently doesn't specify a specific R version

mhahsler commented 2 months ago

Please add the Dependency to DESCRIPTION for this pull request.

m-muecke commented 2 months ago

Please add the Dependency to DESCRIPTION for this pull request.

done