[PATCH 24/24] gnu: r-flextable: Update to 0.5.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87pnrowii5.fsf@posteo.net
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(-)

Toggle diff (39 lines)
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
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34563-done@debbugs.gnu.org)
874l854umj.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34563@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34563
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help