[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/128: gnu: r-readxl: Update to 1.2.0.
From: |
guix-commits |
Subject: |
14/128: gnu: r-readxl: Update to 1.2.0. |
Date: |
Sat, 12 Jan 2019 17:36:02 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b140569e18b7352a8d6021b519dd8f680276a4d2
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jan 12 14:53:49 2019 +0100
gnu: r-readxl: Update to 1.2.0.
* gnu/packages/cran.scm (r-readxl): Update to 1.2.0.
[propagated-inputs]: Add r-progress.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index da899ae..b6cc44c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -237,17 +237,18 @@ that.")
(define-public r-readxl
(package
(name "r-readxl")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "readxl" version))
(sha256
(base32
- "05ii8knrg4jji6h7bv6bfpn279b6x52yrskdx5rv7b0hcpy22gdn"))))
+ "1mwm389skl4ahcwsmhvx31pjkrn6y9igpnhsczwg6yza886q7j19"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cellranger" ,r-cellranger)
+ ("r-progress" ,r-progress)
("r-rcpp" ,r-rcpp)
("r-tibble" ,r-tibble)))
(home-page "https://readxl.tidyverse.org")
- 05/128: gnu: r-mvabund: Update to 4.0.1., (continued)
- 05/128: gnu: r-mvabund: Update to 4.0.1., guix-commits, 2019/01/12
- 02/128: import: cran: Suggest input changes., guix-commits, 2019/01/12
- 09/128: gnu: r-broom: Update to 0.5.1., guix-commits, 2019/01/12
- 01/128: refresh: Suggest input changes when updating., guix-commits, 2019/01/12
- 06/128: gnu: r-readr: Update to 1.3.1., guix-commits, 2019/01/12
- 21/128: gnu: r-pheatmap: Update to 1.0.12., guix-commits, 2019/01/12
- 17/128: gnu: r-survival: Update to 2.43-3., guix-commits, 2019/01/12
- 20/128: gnu: r-mgcv: Update to 1.8-26., guix-commits, 2019/01/12
- 07/128: gnu: r-curl: Update to 3.3., guix-commits, 2019/01/12
- 16/128: gnu: r-argparse: Update to 2.0.0., guix-commits, 2019/01/12
- 14/128: gnu: r-readxl: Update to 1.2.0.,
guix-commits <=
- 15/128: gnu: r-callr: Update to 3.1.1., guix-commits, 2019/01/12
- 12/128: gnu: r-rcpparmadillo: Update to 0.9.200.5.0., guix-commits, 2019/01/12
- 11/128: gnu: r-processx: Update to 3.2.1., guix-commits, 2019/01/12
- 08/128: gnu: Add r-generics., guix-commits, 2019/01/12
- 19/128: gnu: r-codetools: Update to 0.2-16., guix-commits, 2019/01/12
- 13/128: gnu: r-pracma: Update to 2.2.2., guix-commits, 2019/01/12
- 18/128: gnu: r-class: Update to 7.3-15., guix-commits, 2019/01/12
- 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