Skip to content

leaderCluster

Leader Clustering Algorithm

v1.5 · Mar 24, 2023 · LGPL-2

Description

The leader clustering algorithm provides a means for clustering a set of data points. Unlike many other clustering algorithms it does not require the user to specify the number of clusters, but instead requires the approximate radius of a cluster as its primary tuning parameter. The package provides a fast implementation of this algorithm in n-dimensions using Lp-distances (with special cases for p=1,2, and infinity) as well as for spatial data using the Haversine formula, which takes latitude/longitude pairs as inputs and clusters based on great circle distances.

Downloads

CRAN

281

Last 30 days

14476th

847

Last 90 days

3.5K

Last year

Trend: +19.6% (30d vs prior 30d)

r2u CRAN

45

Last 30 days

133

Last 90 days

435

Last year

Trend: -10% (30d vs prior 30d)

autoCRAN

0

Last 7 days

8

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

2 NOTE
11 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (2 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Taylor B. Arnold <tarnold2@richmond.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = c("Taylor", "B."),
                    family = "Arnold",
                    role = c("aut", "cre"),
                    email = "tarnold2@richmond.edu")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Taylor B. Arnold <tarnold2@richmond.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = c("Taylor", "B."),
                    family = "Arnold",
                    role = c("aut", "cre"),
                    email = "tarnold2@richmond.edu")
as necessary.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Taylor B. Arnold <tarnold2@richmond.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = c("Taylor", "B."),
                    family = "Arnold",
                    role = c("aut", "cre"),
                    email = "tarnold2@richmond.edu")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Taylor B. Arnold <tarnold2@richmond.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = c("Taylor", "B."),
                    family = "Arnold",
                    role = c("aut", "cre"),
                    email = "tarnold2@richmond.edu")
as necessary.

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies flownet leaderCluster

Version History

4 tracked
new 1.5 Mar 10, 2026
updated 1.5 ← 1.3 diff Mar 23, 2023
updated 1.3 ← 1.2 diff Aug 16, 2022
new 1.2 Dec 15, 2014