... | ... |
@@ -2,7 +2,7 @@ Package: evaluomeR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Evaluation of Bioinformatics Metrics |
4 | 4 |
URL: https://github.com/neobernad/evaluomeR |
5 |
-Version: 1.7.4 |
|
5 |
+Version: 1.7.5 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("José Antonio", "Bernabé-Díaz", email = "[email protected]", role = c("aut", "cre")), |
8 | 8 |
person("Manuel", "Franco", email = "[email protected]", role = "aut"), |
... | ... |
@@ -35,8 +35,9 @@ Imports: |
35 | 35 |
MASS, |
36 | 36 |
class, |
37 | 37 |
prabclus, |
38 |
- mclust |
|
39 |
-Suggests: BiocStyle, knitr, rmarkdown, kableExtra, magrittr |
|
38 |
+ mclust, |
|
39 |
+ kableExtra |
|
40 |
+Suggests: BiocStyle, knitr, rmarkdown, magrittr |
|
40 | 41 |
VignetteBuilder: knitr |
41 | 42 |
RdMacros: Rdpack |
42 | 43 |
RoxygenNote: 7.0.2 |
... | ... |
@@ -1,14 +1,17 @@ |
1 |
-Changes in version 1.3.53 (2020-06-01) |
|
1 |
+Changes in version 1.7.5 (2021-03-º1) |
|
2 |
+ + Minor bug fix for Mac compilation. |
|
3 |
+ |
|
4 |
+Changes in version 1.7.4 (2020-06-01) |
|
2 | 5 |
+ Added 'scale' parameter to plotMetricsCluster method. |
3 | 6 |
|
4 |
-Changes in version 1.3.52 (2020-04-16) |
|
7 |
+Changes in version 1.7.3 (2020-04-16) |
|
5 | 8 |
+ Clusterboot interfaces can be set through 'cbi' parameter to quality methods. |
6 | 9 |
It takes one the following values: "kmeans", "clara", "clara_pam", "hclust", "pamk", "pamk_pam". |
7 | 10 |
|
8 |
-Changes in version 1.3.51 (2020-04-14) |
|
11 |
+Changes in version 1.7.2 (2020-04-14) |
|
9 | 12 |
+ Stability analysis and quality analysis will not stuck in bootstrap. |
10 | 13 |
|
11 |
-Changes in version 1.3.50 (2020-04-13) |
|
14 |
+Changes in version 1.7.1 (2020-04-13) |
|
12 | 15 |
+ Clusterboot interfaces can be set through 'cbi' parameter to stability methods. |
13 | 16 |
It takes one the following values: "kmeans", "clara", "clara_pam", "hclust", "pamk", "pamk_pam". |
14 | 17 |
|