-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from tanaylab/fix@clustering-crashed-when-hclu…
…st_intra_clusters-was-TRUE-and-input-was-a-matrix Fix: clustering crashed when `hclust_intra_clusters` was TRUE and inp…
- Loading branch information
Showing
4 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: tglkmeans | ||
Title: Efficient Implementation of K-Means++ Algorithm | ||
Version: 0.5.4 | ||
Version: 0.5.5 | ||
Authors@R: c( | ||
person("Aviezer", "Lifshitz", , "[email protected]", role = c("aut", "cre")), | ||
person("Amos", "Tanay", role = "aut"), | ||
|
@@ -26,6 +26,7 @@ Depends: | |
Imports: | ||
cli, | ||
doFuture, | ||
doRNG, | ||
dplyr (>= 0.5.0), | ||
future, | ||
ggplot2 (>= 2.2.0), | ||
|
@@ -56,5 +57,5 @@ Config/testthat/parallel: false | |
Encoding: UTF-8 | ||
NeedsCompilation: yes | ||
OS_type: unix | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
SystemRequirements: GNU make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters