me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2022-04-11 18:01:03 +02:00
parent 829b934572
commit c7ade5c6cc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 3 deletions

View File

@ -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