[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/128: gnu: r-tibble: Update to 2.0.0.
From: |
guix-commits |
Subject: |
26/128: gnu: r-tibble: Update to 2.0.0. |
Date: |
Sat, 12 Jan 2019 17:36:04 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f12ed3664da23bb042ad3fa3ecf384e1bbd23979
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jan 12 15:41:26 2019 +0100
gnu: r-tibble: Update to 2.0.0.
* gnu/packages/statistics.scm (r-tibble): Update to 2.0.0.
[propagated-inputs]: Add r-fansi and r-pkgconfig.
---
gnu/packages/statistics.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index cf59d01..9dc2ae8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1630,20 +1630,22 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
- (version "1.4.2")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
- "05svbjkm1xqv56ybjgsqqg2pp8nn6hams1yxcr8aanbhzx9h6rqi"))))
+ "1flrvmgc77c8s0brgyha6cdz2883h6bcb2mvqi49b429x5i2vb85"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-rlang" ,r-rlang)
- ("r-cli" ,r-cli)
+ `(("r-cli" ,r-cli)
("r-crayon" ,r-crayon)
- ("r-pillar" ,r-pillar)))
+ ("r-fansi" ,r-fansi)
+ ("r-pkgconfig" ,r-pkgconfig)
+ ("r-pillar" ,r-pillar)
+ ("r-rlang" ,r-rlang)))
(home-page "https://github.com/hadley/tibble")
(synopsis "Simple data frames")
(description
- 35/128: gnu: r-sfsmisc: Update to 1.1-3., (continued)
- 35/128: gnu: r-sfsmisc: Update to 1.1-3., guix-commits, 2019/01/12
- 31/128: gnu: r-httr: Update to 1.4.0., guix-commits, 2019/01/12
- 28/128: gnu: r-backports: Update to 1.1.3., guix-commits, 2019/01/12
- 32/128: gnu: r-git2r: Update to 0.24.0., guix-commits, 2019/01/12
- 39/128: gnu: r-rcppeigen: Update to 0.3.3.5.0., guix-commits, 2019/01/12
- 41/128: gnu: r-caret: Update to 6.0-81., guix-commits, 2019/01/12
- 29/128: gnu: r-checkmate: Update to 1.9.0., guix-commits, 2019/01/12
- 24/128: gnu: r-knitr: Update to 1.21., guix-commits, 2019/01/12
- 34/128: gnu: r-rmarkdown: Update to 1.11., guix-commits, 2019/01/12
- 37/128: gnu: r-cowplot: Update to 0.9.4., guix-commits, 2019/01/12
- 26/128: gnu: r-tibble: Update to 2.0.0.,
guix-commits <=
- 25/128: gnu: r-rlang: Update to 0.3.1., guix-commits, 2019/01/12
- 22/128: gnu: r-bh: Update to 1.69.0-1., guix-commits, 2019/01/12
- 30/128: gnu: r-commonmark: Update to 1.7., guix-commits, 2019/01/12
- 27/128: gnu: r-dbplyr: Update to 1.3.0., guix-commits, 2019/01/12
- 33/128: gnu: r-rstudioapi: Update to 0.9.0., guix-commits, 2019/01/12
- 40/128: gnu: r-quantreg: Update to 5.38., guix-commits, 2019/01/12
- 38/128: gnu: r-rrcov: Update to 1.4-7., guix-commits, 2019/01/12
- 23/128: gnu: r-markdown: Update to 0.9., guix-commits, 2019/01/12
- 36/128: gnu: r-rann: Update to 2.6.1., guix-commits, 2019/01/12
- 54/128: gnu: r-rmysql: Update to 0.10.16., guix-commits, 2019/01/12