me
/
guix
Archived
1
0
Fork 0

gnu: r-officer: Update to 0.4.2.

* gnu/packages/cran.scm (r-officer): Update to 0.4.2.
[native-inputs]: Remove r-knitr.
master
Ricardo Wurmus 2022-04-11 18:01:10 +02:00
parent 9d7c65735c
commit 5bf05abb35
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

@ -9412,19 +9412,17 @@ references and Rd files.")
(define-public r-officer (define-public r-officer
(package (package
(name "r-officer") (name "r-officer")
(version "0.4.1") (version "0.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "officer" version)) (uri (cran-uri "officer" version))
(sha256 (sha256
(base32 (base32
"1gfx299zr4q2264q37994pirv5bd5isn1cszccz603ij3q40wajr")))) "0qmn62srh9zicgizyblanirbdva7f09g967yb86kfrn05ckh5y10"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-r6 r-uuid r-xml2 r-zip)) (list r-r6 r-uuid r-xml2 r-zip))
(native-inputs
(list r-knitr))
(home-page "https://davidgohel.github.io/officer") (home-page "https://davidgohel.github.io/officer")
(synopsis "Manipulation of Word and PowerPoint documents") (synopsis "Manipulation of Word and PowerPoint documents")
(description (description