[bug#34563,24/24] gnu: r-flextable: Update to 0.5.1.

Message ID 87pnrowii5.fsf@posteo.net
State Accepted
Headers show
Series [bug#34545,01/24] gnu: r-raster: Update to 2.8-19. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

Brett Gilio Feb. 19, 2019, 3:43 a.m. UTC

Comments

Ricardo Wurmus March 14, 2019, 10:29 a.m. UTC | #1
Brett Gilio <brettg@posteo.net> writes:

> From 7b32e052bed98ebbd02056b88d188dff5adef84f Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 21:39:46 -0600
> Subject: [PATCH 24/24] gnu: r-flextable: Update to 0.5.1.
>
> * gnu/packages/cran.scm (r-flextable): Update to 0.5.1.

Meanwhile this has found its way into Guix with the last big mass
upgrade of CRAN and Bioconductor packages.  Closing.

Thanks!

Patch

From 7b32e052bed98ebbd02056b88d188dff5adef84f Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 21:39:46 -0600
Subject: [PATCH 24/24] gnu: r-flextable: Update to 0.5.1.

* gnu/packages/cran.scm (r-flextable): Update to 0.5.1.
---
 gnu/packages/cran.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3f5e5f981..098c03810 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5902,25 +5902,26 @@  functions.")
 (define-public r-flextable
   (package
     (name "r-flextable")
-    (version "0.4.6")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "flextable" version))
        (sha256
         (base32
-         "0fa42dvf0wyl91w4v0rywm3xgw9n03cfyl28ficrv8iabz4k4382"))))
+         "0arxgal67ahsq8v0zbvc767qadn7lg3f7mmqa9gjjz6sri0y6gsx"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-gdtools" ,r-gdtools)
+     `(("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-r6" ,r-r6)
+       ("r-rlang" ,r-rlang)
        ("r-rmarkdown" ,r-rmarkdown)
-       ("r-stringr" ,r-stringr)
        ("r-xml2" ,r-xml2)))
-    (home-page "https://davidgohel.github.io/flextable")
+    (home-page "https://davidgohel.github.io/flextable/")
     (synopsis "Functions for tabular reporting")
     (description
      "This package provides tools to create pretty tables for HTML documents
-- 
2.20.1