[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/22: gnu: r-cluster: Update to 2.0.8.
From: |
guix-commits |
Subject: |
01/22: gnu: r-cluster: Update to 2.0.8. |
Date: |
Sat, 6 Apr 2019 17:13:32 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 45197401df4808590bc484561f23dee125d9d3e1
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 6 09:30:42 2019 +0200
gnu: r-cluster: Update to 2.0.8.
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.8.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d89a18e..f4f8345 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -443,14 +443,14 @@ k-nearest neighbour, Learning Vector Quantization and
Self-Organizing Maps.")
(define-public r-cluster
(package
(name "r-cluster")
- (version "2.0.7-1")
+ (version "2.0.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "cluster" version))
(sha256
(base32
- "1grxbifbc4nwig25dmjgkympnbzb4al0w6k1c0ibdhpk1h4l20di"))))
+ "0jkmlhjknndh0lmyvqz7s7j1hhnarixm6zb39np4ssw47flk0nfc"))))
(build-system r-build-system)
(inputs
`(("gfortran" ,gfortran)))
- branch master updated (3b5671a -> 2da8588), guix-commits, 2019/04/06
- 04/22: gnu: r-rlang: Update to 0.3.3., guix-commits, 2019/04/06
- 03/22: gnu: r-survival: Update to 2.44-1.1., guix-commits, 2019/04/06
- 01/22: gnu: r-cluster: Update to 2.0.8.,
guix-commits <=
- 06/22: gnu: r-httpuv: Update to 1.5.1., guix-commits, 2019/04/06
- 10/22: gnu: r-xfun: Update to 0.6., guix-commits, 2019/04/06
- 05/22: gnu: r-gdtools: Update to 0.1.8., guix-commits, 2019/04/06
- 02/22: gnu: r-mass: Update to 7.3-51.3., guix-commits, 2019/04/06
- 20/22: gnu: r-ldblock: Update to 1.12.1., guix-commits, 2019/04/06
- 15/22: gnu: r-bedr: Update to 1.0.7., guix-commits, 2019/04/06
- 11/22: gnu: r-network: Update to 1.15., guix-commits, 2019/04/06
- 09/22: gnu: r-extremes: Update to 2.0-10., guix-commits, 2019/04/06
- 19/22: gnu: r-ensembldb: Update to 2.6.8., guix-commits, 2019/04/06
- 08/22: gnu: r-distillery: Update to 1.0-6., guix-commits, 2019/04/06