unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34563] [PATCH 24/24] gnu: r-flextable: Update to 0.5.1.
@ 2019-02-19  3:43 Brett Gilio
  2019-03-14 10:29 ` bug#34563: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-19  3:43 UTC (permalink / raw)
  To: 34563

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 24/24] gnu: r-flextable: Update to 0.5.1. --]
[-- Type: text/x-patch, Size: 1645 bytes --]

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34563: [PATCH 24/24] gnu: r-flextable: Update to 0.5.1.
  2019-02-19  3:43 [bug#34563] [PATCH 24/24] gnu: r-flextable: Update to 0.5.1 Brett Gilio
@ 2019-03-14 10:29 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-03-14 10:29 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34563-done


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!

-- 
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-14 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19  3:43 [bug#34563] [PATCH 24/24] gnu: r-flextable: Update to 0.5.1 Brett Gilio
2019-03-14 10:29 ` bug#34563: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).