[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/43: gnu: r-pillar: Update to 1.4.0.
From: |
guix-commits |
Subject: |
16/43: gnu: r-pillar: Update to 1.4.0. |
Date: |
Mon, 20 May 2019 08:40:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 33ba81359c12f3cc3d09ac225754a0897e387322
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 19 00:01:51 2019 +0200
gnu: r-pillar: Update to 1.4.0.
* gnu/packages/cran.scm (r-pillar): Update to 1.4.0.
[propagated-inputs]: Add r-vctrs.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cf154b9..4f7df59 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3715,21 +3715,22 @@ to variables on the left-hand side of the assignment.")
(define-public r-pillar
(package
(name "r-pillar")
- (version "1.3.1")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pillar" version))
(sha256
(base32
- "1xnbb9sr5wn9dmp6m7cr4z7i6pmjvyabnfcx6x7i7mvdjmgvaf5k"))))
+ "1c8rwwh677vc92f4k6qj4mxl3acran1iqdv5dj6r1dyv7fvmcvfx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)
("r-crayon" ,r-crayon)
("r-fansi" ,r-fansi)
("r-rlang" ,r-rlang)
- ("r-utf8" ,r-utf8)))
+ ("r-utf8" ,r-utf8)
+ ("r-vctrs" ,r-vctrs)))
(home-page "https://github.com/r-lib/pillar")
(synopsis "Coloured formatting for columns")
(description
- 09/43: gnu: r-robustbase: Update to 0.93-5., (continued)
- 09/43: gnu: r-robustbase: Update to 0.93-5., guix-commits, 2019/05/20
- 10/43: gnu: r-sn: Update to 1.5-4., guix-commits, 2019/05/20
- 13/43: gnu: r-tinytex: Update to 0.13., guix-commits, 2019/05/20
- 14/43: gnu: Add r-zeallot., guix-commits, 2019/05/20
- 12/43: gnu: r-heatmaply: Update to 0.16.0., guix-commits, 2019/05/20
- 18/43: gnu: r-rvest: Update to 0.3.4., guix-commits, 2019/05/20
- 17/43: gnu: r-vegan: Update to 2.5-5., guix-commits, 2019/05/20
- 21/43: gnu: r-reprex: Update to 0.3.0., guix-commits, 2019/05/20
- 22/43: gnu: r-progress: Update to 1.2.2., guix-commits, 2019/05/20
- 20/43: gnu: r-amap: Update to 0.8-17., guix-commits, 2019/05/20
- 16/43: gnu: r-pillar: Update to 1.4.0.,
guix-commits <=
- 26/43: gnu: r-zip: Update to 2.0.2., guix-commits, 2019/05/20
- 23/43: gnu: r-gower: Update to 0.2.1., guix-commits, 2019/05/20
- 19/43: gnu: r-dendextend: Update to 1.12.0., guix-commits, 2019/05/20
- 32/43: gnu: r-rcppannoy: Update to 0.0.12., guix-commits, 2019/05/20
- 27/43: gnu: r-snakecase: Update to 0.10.0., guix-commits, 2019/05/20
- 25/43: gnu: r-xfun: Update to 0.7., guix-commits, 2019/05/20
- 24/43: gnu: r-mice: Update to 3.5.0., guix-commits, 2019/05/20
- 31/43: gnu: r-ggeffects: Update to 0.10.0., guix-commits, 2019/05/20
- 28/43: gnu: r-insight: Update to 0.3.0., guix-commits, 2019/05/20
- 42/43: gnu: r-seurat: Update to 3.0.1., guix-commits, 2019/05/20