GNU bug report logs -
#34563
[PATCH 24/24] gnu: r-flextable: Update to 0.5.1.
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Tue, 19 Feb 2019 03:59:20 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Mar 2019 11:29:08 +0100
with message-id <874l854umj.fsf <at> elephly.net>
and subject line Re: [bug#34563] [PATCH 24/24] gnu: r-flextable: Update to 0.5.1.
has caused the debbugs.gnu.org bug report #34563,
regarding [PATCH 24/24] gnu: r-flextable: Update to 0.5.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
34563: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34563
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[0024-gnu-r-flextable-Update-to-0.5.1.patch (text/x-patch, inline)]
From 7b32e052bed98ebbd02056b88d188dff5adef84f Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> 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
[Message part 4 (message/rfc822, inline)]
Brett Gilio <brettg <at> posteo.net> writes:
> From 7b32e052bed98ebbd02056b88d188dff5adef84f Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> 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
This bug report was last modified 6 years and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.