Package: CrossClustering
Type: Package
Title: A Partial Clustering Algorithm
Version: 4.0.3
Date: 2018-07-29
Authors@R: c(
    person("Paola"  , "Tellaroli",
      email = "paola.tellaroli@gmail.com",
      role  = c('cre', 'aut')
    ),
    person("Marco"  , "Bazzi",
      email = "bazzi [at] stat [dot] unipd [dot] it",
      role  = 'aut'
    ),
    person("Michele", "Donato",
      email = "mdonato [at] stanford [dot] edu",
      role  = 'aut'
    ),
    person("Livio", "Finos",
      email = "livio [dot] finos [at] unipd [dot] it",
      role  = 'aut'
    ),
    person("Philippe", "Courcoux",
      email = "philippe [dot] courcoux [at] oniris-nantes [dot] fr",
      role  = 'aut'
    ),
    person("Corrado", "Lanera",
      email = "corrado [dot] lanera [at] unipd [dot] 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
RoxygenNote: 6.0.1
BugReports: https://github.com/CorradoLanera/CrossClustering/issues
Depends: R (>= 3.1)
Imports: cluster, mclust, flip, magrittr, purrr, utils, assertive,
        crayon, glue, cli, dplyr
Suggests: testthat, covr, roxygen2
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Packaged: 2018-07-30 14:46:34 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: 2018-07-30 15:50:06 UTC
