[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/22: gnu: r-officer: Update to 0.3.8.
From: |
guix-commits |
Subject: |
09/22: gnu: r-officer: Update to 0.3.8. |
Date: |
Thu, 19 Mar 2020 05:06:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e6f4f314ba55b9236689d130e146e64224db8f9d
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 19 10:01:04 2020 +0100
gnu: r-officer: Update to 0.3.8.
* gnu/packages/cran.scm (r-officer): Update to 0.3.8.
[propagated-inputs]: Remove r-digest.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7893219..ab47103 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6198,22 +6198,23 @@ references and Rd files.")
(define-public r-officer
(package
(name "r-officer")
- (version "0.3.7")
+ (version "0.3.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "officer" version))
(sha256
(base32
- "1zyrcf0xxm67bskynjac8dhil2as7rb0mmqaq30zp9lrgfwiycpz"))))
+ "0xhx5n6qksyh2s9hvwhnc8y0hn362asc5y94ld06snad786hz0rw"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-digest" ,r-digest)
- ("r-magrittr" ,r-magrittr)
+ `(("r-magrittr" ,r-magrittr)
("r-r6" ,r-r6)
("r-uuid" ,r-uuid)
("r-xml2" ,r-xml2)
("r-zip" ,r-zip)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://davidgohel.github.io/officer")
(synopsis "Manipulation of Word and PowerPoint documents")
(description
- branch master updated (0883f34 -> 2ceb2ed), guix-commits, 2020/03/19
- 01/22: gnu: r-biosigner: Update to 1.14.2., guix-commits, 2020/03/19
- 02/22: gnu: r-biocpkgtools: Update to 1.4.6., guix-commits, 2020/03/19
- 03/22: gnu: r-crosstalk: Update to 1.1.0.1., guix-commits, 2020/03/19
- 05/22: gnu: r-rcpp: Update to 1.0.4., guix-commits, 2020/03/19
- 06/22: gnu: r-ffbase: Update to 0.12.8., guix-commits, 2020/03/19
- 07/22: gnu: r-rmysql: Update to 0.10.20., guix-commits, 2020/03/19
- 09/22: gnu: r-officer: Update to 0.3.8.,
guix-commits <=
- 11/22: gnu: r-glmmtmb: Update to 1.0.1., guix-commits, 2020/03/19
- 04/22: gnu: r-glue: Update to 1.3.2., guix-commits, 2020/03/19
- 08/22: gnu: r-recipes: Update to 0.1.10., guix-commits, 2020/03/19
- 10/22: gnu: r-pwr: Update to 1.3-0., guix-commits, 2020/03/19
- 12/22: gnu: r-ggeffects: Update to 0.14.2., guix-commits, 2020/03/19
- 13/22: gnu: r-waveslim: Update to 1.8.2., guix-commits, 2020/03/19
- 14/22: gnu: r-nonnest2: Update to 0.5-3., guix-commits, 2020/03/19
- 15/22: gnu: r-units: Update to 0.6-6., guix-commits, 2020/03/19
- 16/22: gnu: r-ggraph: Update to 2.0.2., guix-commits, 2020/03/19
- 18/22: gnu: r-accept: Update to 0.7.1., guix-commits, 2020/03/19