Package: caviarpd Type: Package Title: Cluster Analysis via Random Partition Distributions Version: 0.3.24 Authors@R: c(person(given = "David B.", family = "Dahl", role = c("aut", "cre"), email = "dahl@stat.byu.edu", comment = c(ORCID = "0000-0002-8173-1547")), person(given = "R. Jacob", family = "Andros", role = c("aut"), email = "androsrj@gmail.com", comment = c(ORCID = "0000-0002-1289-385X")), person(given = "J. Brandon", family = "Carter",role = c("aut"), email = "carterj4@icloud.com", comment = c(ORCID = "0000-0003-1687-0564")), person(given = "Authors of the dependency Rust crates", role = "ctb", comment = "see inst/AUTHORS file for details")) Description: Cluster analysis is performed using pairwise distance information and a random partition distribution. The method is implemented for two random partition distributions. It draws samples and then obtains and plots clustering estimates. An implementation of a selection algorithm is provided for the mass parameter of the partition distribution. Since pairwise distances are the principal input to this procedure, it is most comparable to the hierarchical and k-medoids clustering methods. The method is Dahl, Andros, Carter (2022+) . License: MIT + file LICENSE | Apache License 2.0 URL: https://github.com/dbdahl/caviarpd-package BugReports: https://github.com/dbdahl/caviarpd-package/issues Depends: R (>= 4.3) Suggests: salso (>= 0.3.0) SystemRequirements: Cargo (Rust's package manager), rustc Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/Roxido/TemplateVersion: 26.03.14.08.27 Config/Roxido/MinCLIVersion: 0.8.0 Config/pak/sysreqs: libclang-dev Repository: https://dbdahl.r-universe.dev Date/Publication: 2026-03-14 14:55:38 UTC RemoteUrl: https://github.com/dbdahl/dbdahl.r-universe.dev RemoteRef: pkg/caviarpd RemoteSha: dadb52b2ded4544cec61d919e9801e250767745e NeedsCompilation: yes Packaged: 2026-06-12 07:29:28 UTC; root Author: David B. Dahl [aut, cre] (ORCID: ), R. Jacob Andros [aut] (ORCID: ), J. Brandon Carter [aut] (ORCID: ), Authors of the dependency Rust crates [ctb] (see inst/AUTHORS file for details) Maintainer: David B. Dahl