mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: r-openxlsx: Update to 4.1.5.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.1.5. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
8747d75244
commit
2d233de826
1 changed files with 4 additions and 2 deletions
|
@ -5636,19 +5636,21 @@ (define-public r-zip
|
||||||
(define-public r-openxlsx
|
(define-public r-openxlsx
|
||||||
(package
|
(package
|
||||||
(name "r-openxlsx")
|
(name "r-openxlsx")
|
||||||
(version "4.1.4")
|
(version "4.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "openxlsx" version))
|
(uri (cran-uri "openxlsx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mwxldw9i9nfksx1i6h1kfs7vmsz9fgyllbsipar4vnfyqhqp8q7"))))
|
"0wkpa3wsd8rs0pib7cp67iv0s6jn99frcrw7clypqxmvvdwyb9kq"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)
|
`(("r-rcpp" ,r-rcpp)
|
||||||
("r-stringi" ,r-stringi)
|
("r-stringi" ,r-stringi)
|
||||||
("r-zip" ,r-zip)))
|
("r-zip" ,r-zip)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/awalker89/openxlsx")
|
(home-page "https://github.com/awalker89/openxlsx")
|
||||||
(synopsis "Read, write and edit XLSX files")
|
(synopsis "Read, write and edit XLSX files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue