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 <doi:10.1016/S0167-8655(98)00087-7>) 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
RoxygenNote: 7.1.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-02-15 00:10:00 UTC; vinht
Author: Tan Tran [aut, cre] (<https://orcid.org/0000-0001-9881-6339>),
  Brian McGuire [aut],
  Mark Greenwood [aut] (<https://orcid.org/0000-0001-6933-1201>)
Maintainer: Tan Tran <vinhtantran@gmail.com>
Repository: CRAN
Date/Publication: 2021-02-15 15:00:02 UTC
Built: R 4.3.0; ; 2023-07-12 00:51:49 UTC; unix
