Type: Package
Package: CrossClustering
Title: A Partial Clustering Algorithm
Version: 4.1.2
Date: 2024-05-01
Authors@R: c(
    person("Paola", "Tellaroli", , "paola.tellaroli@gmail.com", role = c("cre", "aut")),
    person("Marco", "Bazzi", , "bazzi@stat.unipd.it", role = "aut"),
    person("Michele", "Donato", , "mdonato@stanford.edu", role = "aut"),
    person("Livio", "Finos", , "livio.finos@unipd.it", role = "aut"),
    person("Philippe", "Courcoux", , "philippe.courcoux@oniris-nantes.fr", role = "aut"),
    person("Corrado", "Lanera", , "corrado.lanera@unipd.it", role = "aut")
  )
Maintainer: Paola Tellaroli <paola.tellaroli@gmail.com>
Description: Provide the 'CrossClustering' algorithm (Tellaroli et al.
    (2016) <doi:10.1371/journal.pone.0152333>), which is a partial
    clustering algorithm that combines the Ward's minimum variance and
    Complete Linkage algorithms, providing automatic estimation of a
    suitable number of clusters and identification of outlier elements.
License: GPL-3
URL: https://CRAN.R-project.org/package=CrossClustering
BugReports: https://github.com/CorradoLanera/CrossClustering/issues
Depends: R (>= 4.1)
Imports: checkmate, cli, cluster, crayon, dplyr, flip, mclust, purrr,
        utils
Suggests: covr, devtools, lintr, roxygen2, spelling, testthat, usethis
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Language: en-US
NeedsCompilation: no
Packaged: 2024-05-13 15:43:56 UTC; corra
Author: Paola Tellaroli [cre, aut],
  Marco Bazzi [aut],
  Michele Donato [aut],
  Livio Finos [aut],
  Philippe Courcoux [aut],
  Corrado Lanera [aut]
Repository: CRAN
Date/Publication: 2024-05-14 09:30:19 UTC
Built: R 4.2.3; ; 2024-05-14 10:04:46 UTC; unix
