Skip to content

Commit

Permalink
declare Remotes location for mixedClust
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiu911 committed Jan 22, 2024
1 parent d199283 commit bc1644f
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,18 @@ Type: Package
Package: diceR
Title: Diverse Cluster Ensemble in R
Version: 2.2.0
Authors@R:
c(person(given = "Derek",
family = "Chiu",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Aline",
family = "Talhouk",
role = "aut",
email = "[email protected]"),
person(given = "Johnson",
family = "Liu",
role = c("ctb", "com"),
email = "[email protected]"))
Description: Performs cluster analysis using an ensemble
clustering framework, Chiu & Talhouk (2018)
<doi:10.1186/s12859-017-1996-y>. 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.
Authors@R: c(
person("Derek", "Chiu", , "[email protected]", role = c("aut", "cre")),
person("Aline", "Talhouk", , "[email protected]", role = "aut"),
person("Johnson", "Liu", , "[email protected]", role = c("ctb", "com"))
)
Description: Performs cluster analysis using an ensemble clustering
framework, Chiu & Talhouk (2018) <doi:10.1186/s12859-017-1996-y>.
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/
Expand Down Expand Up @@ -74,6 +65,8 @@ LinkingTo:
Rcpp
VignetteBuilder:
knitr
Remotes:
cran/mixedClust
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Expand Down

0 comments on commit bc1644f

Please sign in to comment.