Type: Package
Package: diceR
Title: Diverse Cluster Ensemble in R
Version: 0.4.0
Date: 2018-02-22
Authors@R: c(
    person("Derek", "Chiu", , "dchiu@bccrc.ca", c("aut", "cre")),
    person("Aline", "Talhouk", , "atalhouk@bccrc.ca", "aut"),
    person("Johnson", "Liu", , "gliu@bccrc.ca", c("ctb", "com"))
    )
Description: Performs cluster analysis using an ensemble clustering framework.
    Results from a diverse set of algorithms are pooled together using methods
    such as majority voting, K-Modes, LinkCluE, and CSPA. There are options to
    compare cluster assignments across algorithms using internal and external
    indices, visualizations such as heatmaps, and significance testing for the
    existence of clusters.
License: MIT + file LICENSE
URL: https://github.com/AlineTalhouk/diceR,
        https://alinetalhouk.github.io/diceR
BugReports: https://github.com/AlineTalhouk/diceR/issues
Depends: R (>= 3.1)
Imports: abind, apcluster, assertthat, blockcluster, caret, class, cli,
        clue, cluster, clusterCrit, clValid, dbscan, dplyr, e1071,
        flux, ggplot2, gplots, grDevices, Hmisc, infotheo, kernlab,
        klaR, kohonen, largeVis, magrittr, mclust, methods, NNLM,
        pheatmap, progress, purrr (>= 0.2.3), quantable, RankAggreg,
        RColorBrewer, Rcpp, Rtsne, sigclust, stringr, tibble, tidyr
Suggests: covr, knitr, pander, rmarkdown, testthat
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-02-22 23:31:39 UTC; dchiu
Author: Derek Chiu [aut, cre],
  Aline Talhouk [aut],
  Johnson Liu [ctb, com]
Maintainer: Derek Chiu <dchiu@bccrc.ca>
Repository: CRAN
Date/Publication: 2018-02-22 23:44:40 UTC
Built: R 3.3.3; x86_64-w64-mingw32; 2018-04-22 18:06:59 UTC; windows
Archs: i386, x64
