me
/
guix
Archived
1
0
Fork 0

gnu: r-flextable: Update to 0.6.1.

* gnu/packages/cran.scm (r-flextable): Update to 0.6.1.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-12-09 21:57:53 +01:00
parent 2ed2e1d58c
commit 7b5443d2d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -7542,14 +7542,14 @@ functions.")
(define-public r-flextable
(package
(name "r-flextable")
(version "0.5.11")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
"1yb872izzr9yja7q2vfqm0imcbcgs0fvi4b19arhdlwwa42figj4"))))
"06nzyd2a9yaf9hmn740xrgxw0448z5dvlplcj3kizz9sm23aw9li"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)
@ -7562,6 +7562,8 @@ functions.")
("r-rmarkdown" ,r-rmarkdown)
("r-uuid" ,r-uuid)
("r-xml2" ,r-xml2)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://davidgohel.github.io/flextable")
(synopsis "Functions for tabular reporting")
(description