Package: monoClust Title: Perform Monothetic Clustering with Extensions to Circular Data Version: 1.2.1 Authors@R: c(person(given = "Tan", family = "Tran", role = c("aut", "cre"), email = "vinhtantran@gmail.com", comment = c(ORCID = "0000-0001-9881-6339")), person(given = "Brian", family = "McGuire", role = "aut", email = "mcguirebc@gmail.com"), person(given = "Mark", family = "Greenwood", role = "aut", email = "greenwood@montana.edu", comment = c(ORCID = "0000-0001-6933-1201"))) Description: Implementation of the Monothetic Clustering algorithm (Chavent, 1998 ) on continuous data sets. A lot of extensions are included in the package, including applying Monothetic clustering on data sets with circular variables, visualizations with the results, and permutation and cross-validation based tests to support the decision on the number of clusters. License: GPL (>= 2) URL: https://vinhtantran.github.io/monoClust/, https://github.com/vinhtantran/monoClust BugReports: https://github.com/vinhtantran/monoClust/issues Depends: R (>= 3.3.0) Imports: cluster (>= 2.0.5), doParallel, dplyr (>= 1.0.0), foreach, ggplot2, graphics, grDevices, parallel, permute, purrr (>= 0.3.0), rlang (>= 0.3.0), stats, stringr (>= 0.5), tibble (>= 3.0.0), tidyr (>= 1.0.0) Suggests: knitr, mice, rmarkdown, covr, testthat (>= 3.0.0) VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://vinhtantran.r-universe.dev Date/Publication: 2021-02-22 00:28:21 UTC RemoteUrl: https://github.com/vinhtantran/monoclust RemoteRef: HEAD RemoteSha: 5af33230c1a719d8e643340dd0638f324dab2661 NeedsCompilation: no Packaged: 2026-07-06 09:44:31 UTC; root Author: Tan Tran [aut, cre] (ORCID: ), Brian McGuire [aut], Mark Greenwood [aut] (ORCID: ) Maintainer: Tan Tran