Package: distops Title: Usual Operations for Distance Matrices in R Version: 0.1.0 Authors@R: person("Aymeric", "Stamm", , "aymeric.stamm@cnrs.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8725-3654")) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.0 URL: https://github.com/lmjl-alea/distops, https://lmjl-alea.github.io/distops/ BugReports: https://github.com/lmjl-alea/distops/issues SystemRequirements: GNU make Imports: cli, desc, fs, glue, Rcpp, RcppParallel, usethis Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 LinkingTo: Rcpp, RcppParallel Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://lmjl-alea.r-universe.dev Date/Publication: 2024-01-23 09:47:40 UTC RemoteUrl: https://github.com/lmjl-alea/distops RemoteRef: HEAD RemoteSha: 31b51e31fdefaaac3cfe7d586f4e097aeb052107 NeedsCompilation: yes Packaged: 2026-07-03 13:09:15 UTC; root Author: Aymeric Stamm [aut, cre] (ORCID: ) Maintainer: Aymeric Stamm Depends: R (>= 4.1.0)