[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/146: gnu: r-readxl: Update to 1.4.0.
From: |
guix-commits |
Subject: |
08/146: gnu: r-readxl: Update to 1.4.0. |
Date: |
Tue, 12 Apr 2022 10:01:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c7ade5c6cc85a533ef19074062cfbe9e3be137ed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:03 2022 +0200
gnu: r-readxl: Update to 1.4.0.
* gnu/packages/cran.scm (r-readxl): Update to 1.4.0.
[propagated-inputs]: Remove r-rcpp; add r-cpp11.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 97ebbb08c0..4c95e38288 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1721,17 +1721,19 @@ mixture models.")
(define-public r-readxl
(package
(name "r-readxl")
- (version "1.3.1")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "readxl" version))
(sha256
(base32
- "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
+ "1xwi4k5si48hwkgfc59icfmp9dzlvfri59k5fsgn96zp9713k4mb"))))
(build-system r-build-system)
(propagated-inputs
- (list r-cellranger r-progress r-rcpp r-tibble))
+ (list r-cellranger r-cpp11 r-progress r-tibble))
+ (native-inputs
+ (list r-knitr))
(home-page "https://readxl.tidyverse.org")
(synopsis "Read Excel files")
(description
- branch master updated (59377f88ed -> 8550976832), guix-commits, 2022/04/12
- 05/146: gnu: r-ggpp: Update to 0.4.4., guix-commits, 2022/04/12
- 07/146: gnu: r-mboost: Update to 2.9-6., guix-commits, 2022/04/12
- 10/146: gnu: r-hwriter: Update to 1.3.2.1., guix-commits, 2022/04/12
- 13/146: gnu: r-rcppthread: Update to 2.1.3., guix-commits, 2022/04/12
- 01/146: gnu: r-nmf: Update to 0.24.0., guix-commits, 2022/04/12
- 02/146: gnu: r-abn: Update to 2.7-0., guix-commits, 2022/04/12
- 03/146: gnu: r-datawizard: Update to 0.4.0., guix-commits, 2022/04/12
- 04/146: gnu: r-waldo: Update to 0.4.0., guix-commits, 2022/04/12
- 06/146: gnu: r-ggpmisc: Update to 0.4.6., guix-commits, 2022/04/12
- 08/146: gnu: r-readxl: Update to 1.4.0.,
guix-commits <=
- 18/146: gnu: r-psych: Update to 2.2.3., guix-commits, 2022/04/12
- 21/146: gnu: r-vctrs: Update to 0.4.0., guix-commits, 2022/04/12
- 09/146: gnu: r-hmm: Update to 1.0.1., guix-commits, 2022/04/12
- 20/146: gnu: r-seriation: Update to 1.3.5., guix-commits, 2022/04/12
- 14/146: gnu: r-auc: Update to 0.3.2., guix-commits, 2022/04/12
- 26/146: gnu: r-cubature: Update to 2.0.4.4., guix-commits, 2022/04/12
- 36/146: gnu: r-infotheo: Update to 1.2.0.1., guix-commits, 2022/04/12
- 38/146: gnu: r-acceptancesampling: Update to 1.0-8., guix-commits, 2022/04/12
- 59/146: gnu: r-kernlab: Update to 0.9-30., guix-commits, 2022/04/12
- 51/146: gnu: r-protviz: Update to 0.7.3., guix-commits, 2022/04/12