[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/22: gnu: r-flextable: Update to 0.5.2.
From: |
guix-commits |
Subject: |
13/22: gnu: r-flextable: Update to 0.5.2. |
Date: |
Sat, 6 Apr 2019 17:13:34 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 30918ce8fc29c49a8f07c4224b20776e4756865e
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 6 22:57:38 2019 +0200
gnu: r-flextable: Update to 0.5.2.
* gnu/packages/cran.scm (r-flextable): Update to 0.5.2.
[propagated-inputs]: Add r-base64enc; remove r-magick.
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7c2259e..9437015 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5952,21 +5952,21 @@ functions.")
(define-public r-flextable
(package
(name "r-flextable")
- (version "0.5.1")
+ (version "0.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
- "0arxgal67ahsq8v0zbvc767qadn7lg3f7mmqa9gjjz6sri0y6gsx"))))
+ "0sabdvkdlx5i1nr7nz68cappwsibzsjxpmiz3yp948ckbfmkdb27"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-data-table" ,r-data-table)
+ `(("r-base64enc" ,r-base64enc)
+ ("r-data-table" ,r-data-table)
("r-gdtools" ,r-gdtools)
("r-htmltools" ,r-htmltools)
("r-knitr" ,r-knitr)
- ("r-magick" ,r-magick)
("r-officer" ,r-officer)
("r-rlang" ,r-rlang)
("r-rmarkdown" ,r-rmarkdown)
- 05/22: gnu: r-gdtools: Update to 0.1.8., (continued)
- 05/22: gnu: r-gdtools: Update to 0.1.8., guix-commits, 2019/04/06
- 02/22: gnu: r-mass: Update to 7.3-51.3., guix-commits, 2019/04/06
- 20/22: gnu: r-ldblock: Update to 1.12.1., guix-commits, 2019/04/06
- 15/22: gnu: r-bedr: Update to 1.0.7., guix-commits, 2019/04/06
- 11/22: gnu: r-network: Update to 1.15., guix-commits, 2019/04/06
- 09/22: gnu: r-extremes: Update to 2.0-10., guix-commits, 2019/04/06
- 19/22: gnu: r-ensembldb: Update to 2.6.8., guix-commits, 2019/04/06
- 08/22: gnu: r-distillery: Update to 1.0-6., guix-commits, 2019/04/06
- 17/22: gnu: r-optparse: Update to 1.6.2., guix-commits, 2019/04/06
- 16/22: gnu: r-spdep: Update to 1.1-2., guix-commits, 2019/04/06
- 13/22: gnu: r-flextable: Update to 0.5.2.,
guix-commits <=
- 18/22: gnu: r-rjava: Update to 0.9-11., guix-commits, 2019/04/06
- 12/22: gnu: r-insight: Update to 0.2.0., guix-commits, 2019/04/06
- 14/22: gnu: r-rspectra: Update to 0.14-0., guix-commits, 2019/04/06
- 21/22: gnu: r-inspect: Update to 1.12.2., guix-commits, 2019/04/06
- 22/22: gnu: r-mlinterfaces: Update to 1.62.1., guix-commits, 2019/04/06
- 07/22: gnu: r-circlize: Update to 0.4.6., guix-commits, 2019/04/06