Package: distops 0.1.0
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.
Authors:
distops_0.1.0.tar.gz
distops_0.1.0.zip(r-4.5)distops_0.1.0.zip(r-4.4)distops_0.1.0.zip(r-4.3)
distops_0.1.0.tgz(r-4.4-x86_64)distops_0.1.0.tgz(r-4.4-arm64)distops_0.1.0.tgz(r-4.3-x86_64)distops_0.1.0.tgz(r-4.3-arm64)
distops_0.1.0.tar.gz(r-4.5-noble)distops_0.1.0.tar.gz(r-4.4-noble)
distops_0.1.0.tgz(r-4.4-emscripten)distops_0.1.0.tgz(r-4.3-emscripten)
distops.pdf |distops.html✨
distops/json (API)
NEWS
# Install 'distops' in R: |
install.packages('distops', repos = c('https://lmjl-alea.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lmjl-alea/distops/issues
Last updated 10 months agofrom:31b51e31fd. Checks:OK: 3 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win-x86_64 | OK | Oct 25 2024 |
R-4.5-linux-x86_64 | OK | Oct 25 2024 |
R-4.4-win-x86_64 | NOTE | Oct 25 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 25 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 25 2024 |
R-4.3-win-x86_64 | NOTE | Oct 25 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 25 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 25 2024 |
Exports:find_medoidsuse_distanceuse_distops
Dependencies:askpassclicliprcrayoncredentialscurldescfsgertghgitcredsgluehttr2inijsonlitelifecyclemagrittropensslpurrrR6rappdirsRcppRcppParallelrlangrprojrootrstudioapisysusethisvctrswhiskerwithryamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
distops: Usual Operations for Distance Matrices in R | distops-package distops |
Distance Matrix Subset Operator | [.dist |
Finds the medoids from a distance matrix | find_medoids |
Adds a distance function to the package | use_distance |
Setups package to use the *distops* package | use_distops |