Skip to content

pdist

1.2.1

Partitioned Distance Function

17packages depend
70Kdownloads / year
test coverage
9/13checks pass

Overview

About
Maintained by Jeffrey WongFirst published 2011-06-194 releasesCRAN page ↗GitHub ↗

Computes the euclidean distance between rows of a matrix X and rows of another matrix Y. Previously, this could be done by binding the two matrices together and calling 'dist', but this creates unnecessary computation by computing the distances between a row of X and another row of X, and likewise for Y. pdist strictly computes distances across the two matrices, not within the same matrix, making computations significantly faster for certain use cases.

Install

Health

CRAN checks
4NOTE9OK
Failing flavors
  • NOTE r-devel-linux-x86_64-debian-clang
  • NOTE r-devel-linux-x86_64-debian-gcc
  • NOTE r-devel-linux-x86_64-fedora-clang
  • NOTE r-devel-linux-x86_64-fedora-gcc
Slowest check: 56 s · r-devel-windows-x86_64
Code health
None
Tests · ratio 0.00
not tracked
Coverage
100%
Documentation · exports
None
Vignettes
Yes
README
1
Dependencies · direct
Check history
  • NOTE2026-03-10
    10 OK · 4 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE

Downloads

70K
CRAN downloads in the past year
Rank #2,298 · ~192/day · ~5.8K/mo
Daily download trend is not available in this view yet.
3.1K30 days
11.1K90 days
70K1 year
Compare downloads with other packages →
Also on593 r2u7 autocran4.8K conda_forge79 c2d4u

Repository

Repository
8Stars
3Forks
2Open issues
0Open PRs
0Releases

Stars over time

2025-06-28 · 82026-07-07 · 8

Dependencies

Declared dependencies
0 external dependencies (excludes base and recommended)
Depends (1)
methods
Imports (0)
none
LinkingTo (0)
none
Suggests (0)
none
Enhances (0)
none

Code & Tests

Code Composition
R 101 (43%)Rd 93 (39%)C 42 (18%)
Code characteristics
Object systems
S31S4 class1S4 method1
Cyclomatic complexity
5.5 median / 10 max
Documented parameters
100%

Test coverage

Line coverage

Expression

Tests / Examples

Functions

4 1 exported

Complexity

5.5 avg / 10 max

Call network

4 nodes / 2 edges

Test coverage has not been measured for this package yet; nodes fall back to a neutral fill.

Loading call graph…

Lowest coverage

Per-function coverage is not measured for this package yet.

People & History

People (0)

Author records are not tracked yet for this package.

Release timeline

4 releases. Pick two to compare their code metrics. R releases are shown for context.

  • R
    R 4.6.0 released · 2026-04-24
  • R
    R 4.5.0 released · 2025-04-11
  • R
    R 4.4.0 released · 2024-04-24
  • R
    R 4.3.0 released · 2023-04-21
  • 1.2.1Latest
    2022-05-02 · current release · diff ↗
  • R
    R 4.2.0 released · 2022-04-22
  • R
    R 4.1.0 released · 2021-05-18
  • R
    R 4.0.0 released · 2020-04-24
  • R
    R 3.6.0 released · 2019-04-26
  • R
    R 3.5.0 released · 2018-04-23
  • R
    R 3.4.0 released · 2017-04-21
  • R
    R 3.3.0 released · 2016-05-03
  • R
    R 3.2.0 released · 2015-04-16
  • R
    R 3.1.0 released · 2014-04-10
  • R
    R 3.0.0 released · 2013-04-03
  • 1.2
    2013-02-03 · diff ↗
Show 5 earlier events
  • 1.1
    2012-12-31 · diff ↗
  • R
    R 2.15.0 released · 2012-03-30
  • R
    R 2.14.0 released · 2011-10-31
  • 1.0
    2011-06-19
  • R
    R 2.13.0 released · 2011-04-13

Package metadata

First published
2011-06-19
Total releases
4 / 15 yrs
License
GPL
Download size
4.4 KB
Installed size
not tracked yet
With dependencies
not tracked yet