[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/111: gnu: r-gdtools: Update to 0.2.4.
From: |
guix-commits |
Subject: |
90/111: gnu: r-gdtools: Update to 0.2.4. |
Date: |
Mon, 14 Mar 2022 02:25:29 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 1a35d626755618bcc546138473fef004cdd973c9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:38 2022 +0100
gnu: r-gdtools: Update to 0.2.4.
* gnu/packages/statistics.scm (r-gdtools): Update to 0.2.4.
[inputs]: Add fontconfig.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f61cc76bf4..2c9de86a80 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1277,19 +1277,19 @@ agnes cluster diagrams.")
(define-public r-gdtools
(package
(name "r-gdtools")
- (version "0.2.3")
+ (version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "gdtools" version))
(sha256
(base32
- "1p3ip0qwpg8f63jfx0b8vbac6l20ddid8xvxzkfi6i858pybnawp"))))
+ "0a1hqg5b484ji4g9dy0zi06wn9w7pk6hiy5ljzc1zgj9mbhlr21j"))))
(build-system r-build-system)
(native-inputs
(list pkg-config))
(inputs
- (list cairo freetype zlib))
+ (list cairo fontconfig freetype zlib))
(propagated-inputs
(list r-rcpp r-systemfonts))
(home-page "https://cran.r-project.org/web/packages/gdtools")
- 56/111: gnu: r-xgboost: Update to 1.5.2.1., (continued)
- 56/111: gnu: r-xgboost: Update to 1.5.2.1., guix-commits, 2022/03/14
- 77/111: gnu: r-scattermore: Update to 0.8., guix-commits, 2022/03/14
- 82/111: gnu: r-opencpu: Update to 2.2.7., guix-commits, 2022/03/14
- 84/111: gnu: r-tensorflow: Update to 2.8.0., guix-commits, 2022/03/14
- 92/111: gnu: r-evaluate: Update to 0.15., guix-commits, 2022/03/14
- 80/111: gnu: r-ragg: Update to 1.2.2., guix-commits, 2022/03/14
- 97/111: gnu: r-brew: Update to 1.0-7., guix-commits, 2022/03/14
- 101/111: gnu: r-foreach: Update to 1.5.2., guix-commits, 2022/03/14
- 104/111: gnu: r-tidyselect: Update to 1.1.2., guix-commits, 2022/03/14
- 79/111: gnu: r-mlr3tuning: Update to 0.12.0., guix-commits, 2022/03/14
- 90/111: gnu: r-gdtools: Update to 0.2.4.,
guix-commits <=
- 96/111: gnu: r-dplyr: Update to 1.0.8., guix-commits, 2022/03/14
- 100/111: gnu: r-iterators: Update to 1.0.14., guix-commits, 2022/03/14
- 111/111: gnu: r-lme4: Update to 1.1-28., guix-commits, 2022/03/14
- 109/111: gnu: r-vgam: Update to 1.1-6., guix-commits, 2022/03/14
- 105/111: gnu: r-tidyr: Update to 1.2.0., guix-commits, 2022/03/14
- 31/111: gnu: r-rdpack: Update to 2.1.4., guix-commits, 2022/03/14
- 38/111: gnu: r-ks: Update to 1.13.4., guix-commits, 2022/03/14
- 42/111: gnu: r-densityclust: Update to 0.3.1., guix-commits, 2022/03/14
- 49/111: gnu: r-brobdingnag: Update to 1.2-7., guix-commits, 2022/03/14
- 52/111: gnu: r-rttf2pt1: Update to 1.3.10., guix-commits, 2022/03/14