Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ Description: Provide flexible native clustering routines that can be
License: MIT + file LICENSE
Depends: R (>= 2.12.0), Rcpp (>= 0.10.4)
LinkingTo: Rcpp, RcppEigen
Suggests:
RUnit,
rbenchmark,
fastcluster,
inline,
knitr,
rmarkdown,
covr
Suggests: RUnit, rbenchmark, fastcluster, inline, knitr, markdown, rmarkdown, covr
URL: https://github.com/nolanlab/Rclusterpp
BugReports: https://github.com/nolanlab/Rclusterpp/issues
NeedsCompilation: yes
Expand Down
1 change: 1 addition & 0 deletions R/Rclusterpp.hclust.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Rclusterpp.hclust <- function(x, method="ward", members=NULL, distance="euclidea
if (method == -1)
stop("Ambiguous clustering method")


if (inherits(x, "dist")) {
dist.method = attributes(x)$method
labels = attributes(x)$Labels
Expand Down