[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/89: gnu: r-gplots: Update to 3.1.0.
From: |
guix-commits |
Subject: |
85/89: gnu: r-gplots: Update to 3.1.0. |
Date: |
Mon, 5 Oct 2020 18:35:09 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 07d6afb6957694dcfd3a451bfb3cb8f75e4eeda7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:46:29 2020 +0200
gnu: r-gplots: Update to 3.1.0.
* gnu/packages/statistics.scm (r-gplots): Update to 3.1.0.
[propagated-inputs]: Remove r-gdata.
---
gnu/packages/statistics.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f9b8867..abd4c60 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4202,18 +4202,17 @@ including:
(define-public r-gplots
(package
(name "r-gplots")
- (version "3.0.4")
+ (version "3.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gplots" version))
(sha256
(base32
- "15ip3v4xiqzbanf8bc5fj90cbwdgixr72aj5jrp34jfdzdx0gxwg"))))
+ "05rislwgaw6v5dmhcwyvc04hi1fgaxrpb61f66kx483px45w6f24"))))
(build-system r-build-system)
(propagated-inputs
`(("r-catools" ,r-catools)
- ("r-gdata" ,r-gdata)
("r-gtools" ,r-gtools)
("r-kernsmooth" ,r-kernsmooth)))
(native-inputs
- 86/89: gnu: r-fpc: Update to 2.2-8., (continued)
- 86/89: gnu: r-fpc: Update to 2.2-8., guix-commits, 2020/10/05
- 87/89: gnu: r-quantreg: Update to 5.73., guix-commits, 2020/10/05
- 36/89: gnu: r-afex: Update to 0.28-0., guix-commits, 2020/10/05
- 34/89: gnu: r-lsei: Update to 1.3-0., guix-commits, 2020/10/05
- 38/89: gnu: r-bigrquery: Update to 1.3.2., guix-commits, 2020/10/05
- 56/89: gnu: r-acebayes: Update to 1.10., guix-commits, 2020/10/05
- 49/89: gnu: r-sctransform: Update to 0.3., guix-commits, 2020/10/05
- 54/89: gnu: r-bios2cor: Update to 2.2., guix-commits, 2020/10/05
- 48/89: gnu: r-ggvis: Update to 0.4.6., guix-commits, 2020/10/05
- 82/89: gnu: r-rmarkdown: Update to 2.4., guix-commits, 2020/10/05
- 85/89: gnu: r-gplots: Update to 3.1.0.,
guix-commits <=
- 46/89: gnu: r-pegas: Update to 0.14., guix-commits, 2020/10/05
- 45/89: gnu: r-colourpicker: Update to 1.1.0., guix-commits, 2020/10/05
- 41/89: gnu: r-spatialextremes: Update to 2.0-9., guix-commits, 2020/10/05
- 65/89: gnu: r-gaston: Update to 1.5.7., guix-commits, 2020/10/05
- 61/89: gnu: r-rpf: Update to 1.0.5., guix-commits, 2020/10/05
- 08/89: gnu: r-htmlwidgets: Update to 1.5.2., guix-commits, 2020/10/05
- 17/89: gnu: r-seriation: Update to 1.2-9., guix-commits, 2020/10/05
- 25/89: gnu: r-insight: Update to 0.9.6., guix-commits, 2020/10/05
- 30/89: gnu: r-emmeans: Update to 1.5.1., guix-commits, 2020/10/05
- 31/89: gnu: r-effectsize: Update to 0.3.3., guix-commits, 2020/10/05