[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/93: gnu: r-leiden: Update to 0.3.4.
From: |
guix-commits |
Subject: |
52/93: gnu: r-leiden: Update to 0.3.4. |
Date: |
Sat, 31 Oct 2020 08:46:16 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f21396897646084b5f289a935f7f0f470a6780bc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:43:25 2020 +0100
gnu: r-leiden: Update to 0.3.4.
* gnu/packages/cran.scm (r-leiden): Update to 0.3.4.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index da91dc3..256909b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16513,20 +16513,22 @@ computed using the L1 (Manhattan, taxicab) metric.")
(define-public r-leiden
(package
(name "r-leiden")
- (version "0.3.3")
+ (version "0.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "leiden" version))
(sha256
(base32
- "1hh6bmbz6cpqwl4i94gxylgv9x92zbqdg81r8r4ymfy8c70f3df2"))))
+ "0cj98s1d9771dahn2xwdb1hpkw51jsfmgvzpam34c7i57fj37hn2"))))
(properties `((upstream-name . "leiden")))
(build-system r-build-system)
(propagated-inputs
`(("r-igraph" ,r-igraph)
("r-matrix" ,r-matrix)
("r-reticulate" ,r-reticulate)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/TomKellyGenetics/leiden")
(synopsis "R implementation of Leiden clustering algorithm")
(description
- 78/93: gnu: r-rcpparmadillo: Update to 0.10.1.0.0., (continued)
- 78/93: gnu: r-rcpparmadillo: Update to 0.10.1.0.0., guix-commits, 2020/10/31
- 90/93: gnu: r-flexmix: Update to 2.3-17., guix-commits, 2020/10/31
- 76/93: gnu: r-data-table: Update to 1.13.2., guix-commits, 2020/10/31
- 92/93: gnu: r-quantreg: Update to 5.75., guix-commits, 2020/10/31
- 77/93: gnu: r-ade4: Update to 1.7-16., guix-commits, 2020/10/31
- 83/93: gnu: r-doparallel: Update to 1.0.16., guix-commits, 2020/10/31
- 88/93: gnu: r-ztable: Update to 0.2.2., guix-commits, 2020/10/31
- 79/93: gnu: r-rmarkdown: Update to 2.5., guix-commits, 2020/10/31
- 85/93: gnu: r-dt: Update to 0.16., guix-commits, 2020/10/31
- 51/93: gnu: r-kableextra: Update to 1.3.1., guix-commits, 2020/10/31
- 52/93: gnu: r-leiden: Update to 0.3.4.,
guix-commits <=
- 50/93: gnu: r-dalex: Update to 2.0.1., guix-commits, 2020/10/31
- 56/93: gnu: r-acet: Update to 1.8.1., guix-commits, 2020/10/31
- 55/93: gnu: r-rgdal: Update to 1.5-18., guix-commits, 2020/10/31
- 58/93: gnu: r-brms: Update to 2.14.0., guix-commits, 2020/10/31
- 63/93: gnu: r-workflows: Update to 0.2.1., guix-commits, 2020/10/31
- 65/93: gnu: r-tidypredict: Update to 0.4.8., guix-commits, 2020/10/31
- 66/93: gnu: r-parsnip: Update to 0.1.4., guix-commits, 2020/10/31
- 72/93: gnu: r-r6: Update to 2.5.0., guix-commits, 2020/10/31
- 74/93: gnu: r-tibble: Update to 3.0.4., guix-commits, 2020/10/31
- 91/93: gnu: r-vgam: Update to 1.1-4., guix-commits, 2020/10/31