[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/43: gnu: r-cowplot: Update to 1.1.0.
From: |
guix-commits |
Subject: |
42/43: gnu: r-cowplot: Update to 1.1.0. |
Date: |
Mon, 14 Sep 2020 13:07:37 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2feb9435589b71b520f182df3ec5dc762b36c5ec
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:03:49 2020 +0200
gnu: r-cowplot: Update to 1.1.0.
* gnu/packages/statistics.scm (r-cowplot): Update to 1.1.0.
[native-inputs]: Add r-knitr.
---
gnu/packages/statistics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 98916d4..4023000 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4522,20 +4522,22 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
(define-public r-cowplot
(package
(name "r-cowplot")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "cowplot" version))
(sha256
(base32
- "19cqdhgfyr1wj0fz0c5ly8f0aiy9sfgzq6lzb78hkx0hdp2agybh"))))
+ "04d5pg4xi9nhgcbam71b5mp3q1g804ng864v90add1kddfyl3f9h"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)
("r-gtable" ,r-gtable)
("r-rlang" ,r-rlang)
("r-scales" ,r-scales)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/wilkelab/cowplot")
(synopsis "Streamlined plot theme and plot annotations for ggplot2")
(description
- 26/43: gnu: r-shinyjs: Update to 2.0.0., (continued)
- 26/43: gnu: r-shinyjs: Update to 2.0.0., guix-commits, 2020/09/14
- 30/43: gnu: r-systemfonts: Update to 0.3.1., guix-commits, 2020/09/14
- 31/43: gnu: r-parameters: Update to 0.8.5., guix-commits, 2020/09/14
- 34/43: gnu: r-scatterpie: Update to 0.1.5., guix-commits, 2020/09/14
- 32/43: gnu: r-gamlss: Update to 5.2-0., guix-commits, 2020/09/14
- 35/43: gnu: r-rfast: Update to 2.0.1., guix-commits, 2020/09/14
- 36/43: gnu: r-seurat: Update to 3.2.1., guix-commits, 2020/09/14
- 37/43: gnu: r-diversitree: Update to 0.9-14., guix-commits, 2020/09/14
- 40/43: gnu: r-ggdendro: Update to 0.1.22., guix-commits, 2020/09/14
- 41/43: gnu: r-rcpparmadillo: Update to 0.9.900.3.0., guix-commits, 2020/09/14
- 42/43: gnu: r-cowplot: Update to 1.1.0.,
guix-commits <=
- 43/43: gnu: r-quantreg: Update to 5.67., guix-commits, 2020/09/14