gnu: r-flextable: Update to 0.5.1.

* gnu/packages/cran.scm (r-flextable): Update to 0.5.1.
[propagated-inputs]: Add r-data-table, r-magick, and r-rlang; remove r-r6 and
r-stringr.
This commit is contained in:
Ricardo Wurmus 2019-03-07 23:49:45 +01:00
parent e190d9af6c
commit e89d54278d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -5919,23 +5919,24 @@ functions.")
(define-public r-flextable (define-public r-flextable
(package (package
(name "r-flextable") (name "r-flextable")
(version "0.4.6") (version "0.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "flextable" version)) (uri (cran-uri "flextable" version))
(sha256 (sha256
(base32 (base32
"0fa42dvf0wyl91w4v0rywm3xgw9n03cfyl28ficrv8iabz4k4382")))) "0arxgal67ahsq8v0zbvc767qadn7lg3f7mmqa9gjjz6sri0y6gsx"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-gdtools" ,r-gdtools) `(("r-data-table" ,r-data-table)
("r-gdtools" ,r-gdtools)
("r-htmltools" ,r-htmltools) ("r-htmltools" ,r-htmltools)
("r-knitr" ,r-knitr) ("r-knitr" ,r-knitr)
("r-magick" ,r-magick)
("r-officer" ,r-officer) ("r-officer" ,r-officer)
("r-r6" ,r-r6) ("r-rlang" ,r-rlang)
("r-rmarkdown" ,r-rmarkdown) ("r-rmarkdown" ,r-rmarkdown)
("r-stringr" ,r-stringr)
("r-xml2" ,r-xml2))) ("r-xml2" ,r-xml2)))
(home-page "https://davidgohel.github.io/flextable") (home-page "https://davidgohel.github.io/flextable")
(synopsis "Functions for tabular reporting") (synopsis "Functions for tabular reporting")