mhahsler / dbscan

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

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

Closed m-muecke closed 4 months ago

m-muecke commented 4 months ago

This change would require R >= 3.6.2 but currently there is no explicit R depends in the description file