distops: Usual Operations for Distance Matrices in R

It provides the subset operator for dist objects and a function to compute medoid(s) that are fully parallelized leveraging the 'RcppParallel' package. It also provides functions for package developers to easily implement their own parallelized dist() function using a custom 'C++'-based distance function.

Version: 0.1.0
Imports: cli, desc, fs, glue, Rcpp, RcppParallel, usethis
LinkingTo: Rcpp, RcppParallel
Suggests: testthat (≥ 3.0.0)
Published: 2024-01-23
Author: Aymeric Stamm ORCID iD [aut, cre]
Maintainer: Aymeric Stamm <aymeric.stamm at cnrs.fr>
BugReports: https://github.com/lmjl-alea/distops/issues
License: MIT + file LICENSE
URL: https://github.com/lmjl-alea/distops, https://lmjl-alea.github.io/distops/
NeedsCompilation: yes
SystemRequirements: GNU make
Materials: README NEWS
CRAN checks: distops results

Documentation:

Reference manual: distops.pdf

Downloads:

Package source: distops_0.1.0.tar.gz
Windows binaries: r-devel: distops_0.1.0.zip, r-release: distops_0.1.0.zip, r-oldrel: distops_0.1.0.zip
macOS binaries: r-release (arm64): distops_0.1.0.tgz, r-oldrel (arm64): distops_0.1.0.tgz, r-release (x86_64): distops_0.1.0.tgz, r-oldrel (x86_64): distops_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=distops to link to this page.