[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/104: gnu: r-cowplot: Update to 1.0.0.
From: |
guix-commits |
Subject: |
24/104: gnu: r-cowplot: Update to 1.0.0. |
Date: |
Tue, 6 Aug 2019 09:50:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit db93ef0948f2595bf032b6f427808111277acc1a
Author: Ricardo Wurmus <address@hidden>
Date: Tue Aug 6 13:50:53 2019 +0200
gnu: r-cowplot: Update to 1.0.0.
* gnu/packages/statistics.scm (r-cowplot): Update to 1.0.0.
[propagated-inputs]: Remove r-plyr; add r-rlang.
---
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 0428af9..b949ac6 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4568,19 +4568,19 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
(define-public r-cowplot
(package
(name "r-cowplot")
- (version "0.9.4")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "cowplot" version))
(sha256
(base32
- "0yvalwalvyddyqk0q66y8361nxlh2cvp3ssazax9g5q89lghjmzv"))))
+ "19cqdhgfyr1wj0fz0c5ly8f0aiy9sfgzq6lzb78hkx0hdp2agybh"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)
("r-gtable" ,r-gtable)
- ("r-plyr" ,r-plyr)
+ ("r-rlang" ,r-rlang)
("r-scales" ,r-scales)))
(home-page "https://github.com/wilkelab/cowplot")
(synopsis "Streamlined plot theme and plot annotations for ggplot2")
- 08/104: gnu: r-xml2: Update to 1.2.1., (continued)
- 08/104: gnu: r-xml2: Update to 1.2.1., guix-commits, 2019/08/06
- 12/104: gnu: r-git2r: Update to 0.26.1., guix-commits, 2019/08/06
- 18/104: gnu: r-rsqlite: Update to 2.1.2., guix-commits, 2019/08/06
- 13/104: gnu: r-devtools: Update to 2.1.0., guix-commits, 2019/08/06
- 14/104: gnu: r-hms: Update to 0.5.0., guix-commits, 2019/08/06
- 06/104: gnu: r-dplyr: Update to 0.8.3., guix-commits, 2019/08/06
- 16/104: gnu: r-rmarkdown: Update to 1.14., guix-commits, 2019/08/06
- 17/104: gnu: r-blob: Update to 1.2.0., guix-commits, 2019/08/06
- 22/104: gnu: r-domc: Update to 1.3.6., guix-commits, 2019/08/06
- 23/104: gnu: r-rngtools: Update to 1.4., guix-commits, 2019/08/06
- 24/104: gnu: r-cowplot: Update to 1.0.0.,
guix-commits <=
- 28/104: gnu: r-pbapply: Update to 1.4-1., guix-commits, 2019/08/06
- 25/104: gnu: r-fastica: Update to 1.2-2., guix-commits, 2019/08/06
- 27/104: gnu: r-robust: Update to 0.4-18.1., guix-commits, 2019/08/06
- 30/104: gnu: r-desolve: Update to 1.24., guix-commits, 2019/08/06
- 32/104: gnu: r-ellipsis: Update to 0.2.0.1., guix-commits, 2019/08/06
- 04/104: gnu: r-digest: Update to 0.6.20., guix-commits, 2019/08/06
- 11/104: gnu: r-httr: Update to 1.4.1., guix-commits, 2019/08/06
- 19/104: gnu: r-iterators: Update to 1.0.12., guix-commits, 2019/08/06
- 20/104: gnu: r-foreach: Update to 1.4.7., guix-commits, 2019/08/06
- 21/104: gnu: r-doparallel: Update to 1.0.15., guix-commits, 2019/08/06