[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/22: gnu: r-gdtools: Update to 0.1.8.
From: |
guix-commits |
Subject: |
05/22: gnu: r-gdtools: Update to 0.1.8. |
Date: |
Sat, 6 Apr 2019 17:13:32 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0a2c188cc5f7d70665960b4abdd89af5cb233c30
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 6 22:52:50 2019 +0200
gnu: r-gdtools: Update to 0.1.8.
* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.8.
[native-inputs]: Move r-rcpp from here...
[propagated-inputs]: ...to here.
---
gnu/packages/statistics.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fd2afca..1c834c3 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1182,23 +1182,23 @@ agnes cluster diagrams.")
(define-public r-gdtools
(package
(name "r-gdtools")
- (version "0.1.7")
+ (version "0.1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "gdtools" version))
(sha256
(base32
- "122k9spymawfnfyksxyapwq9cigydy5nrjwhrwrhy3qkax3aycf6"))))
+ "1ayy0s699ghaz34lklvcskfwman3x2n2772s5sa5x9k9xgsnxwcl"))))
(build-system r-build-system)
(native-inputs
- `(("r-rcpp" ,r-rcpp)
- ("pkg-config" ,pkg-config)))
+ `(("pkg-config" ,pkg-config)))
(inputs
`(("cairo" ,cairo)
("zlib" ,zlib)))
(propagated-inputs
- `(("r-withr" ,r-withr)))
+ `(("r-rcpp" ,r-rcpp)
+ ("r-withr" ,r-withr)))
(home-page "https://cran.r-project.org/web/packages/gdtools")
(synopsis "Utilities for graphical rendering")
(description
- 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, 2019/04/06
- 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 <=
- 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
- 17/22: gnu: r-optparse: Update to 1.6.2., guix-commits, 2019/04/06
- 16/22: gnu: r-spdep: Update to 1.1-2., guix-commits, 2019/04/06
- 13/22: gnu: r-flextable: Update to 0.5.2., guix-commits, 2019/04/06