GNU bug report logs - #36797
[PATCH 08/11] gnu: Add r-flowpeaks.

Previous Next

Package: guix-patches;

Reported by: zimoun <zimon.toutoune <at> gmail.com>

Date: Wed, 24 Jul 2019 18:23:08 UTC

Severity: normal

Tags: patch

Merged with 36789, 36790, 36791, 36792, 36793, 36794, 36795, 36796, 36798, 36799, 36800

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: zimoun <zimon.toutoune <at> gmail.com>
Subject: bug#36791: closed (patches merged)
Date: Fri, 21 Feb 2020 17:08:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#36797: [PATCH 02/11] gnu: Add r-kableextra.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 36791 <at> debbugs.gnu.org.

-- 
36797: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36797
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: zimoun <zimon.toutoune <at> gmail.com>
To: 36797-done <at> debbugs.gnu.org
Subject: patches merged
Date: Fri, 21 Feb 2020 18:07:33 +0100
Dear,

All the patches are merged now; except r-flowpeaks. Because this
package use Artistic1.0 which is not enough clear to be considered
"free" [1,2] (GNU's point of view [3]) and upstream are not
responsive, let clean the bug tracker. :-)

[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36797#16
[2] https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00286.html
[3] https://www.gnu.org/licenses/license-list.en.html#ArtisticLicense

All the best,
simon

[Message part 3 (message/rfc822, inline)]
From: zimoun <zimon.toutoune <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: zimoun <zimon.toutoune <at> gmail.com>
Subject: [PATCH 02/11] gnu: Add r-kableextra.
Date: Wed, 24 Jul 2019 20:21:55 +0200
* gnu/packages/cran.scm (r-kableextra): New variable.
---
 gnu/packages/cran.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 768a7d09c5..7349a9513e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14557,3 +14557,43 @@ in <arXiv:1802.03426>.  This package provides an interface to the UMAP
 algorithm in R, including a translation of the original algorithm into R with
 minimal dependencies.")
     (license license:expat)))
+
+(define-public r-kableextra
+  (package
+    (name "r-kableextra")
+    (version "1.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "kableExtra" version))
+        (sha256
+          (base32
+            "1nicvw06xsf3a1f5c10mih07b76m2v5s5h165vmz0qx6n1a3492i"))))
+    (properties `((upstream-name . "kableExtra")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-digest" ,r-digest)
+        ("r-glue" ,r-glue)
+        ("r-htmltools" ,r-htmltools)
+        ("r-knitr" ,r-knitr)
+        ("r-magrittr" ,r-magrittr)
+        ("r-readr" ,r-readr)
+        ("r-rmarkdown" ,r-rmarkdown)
+        ("r-rstudioapi" ,r-rstudioapi)
+        ("r-rvest" ,r-rvest)
+        ("r-scales" ,r-scales)
+        ("r-stringr" ,r-stringr)
+        ("r-viridislite" ,r-viridislite)
+        ("r-webshot" ,r-webshot)
+        ("r-xml2" ,r-xml2)))
+    (home-page
+      "http://haozhu233.github.io/kableExtra/")
+    (synopsis
+      "Construct Complex Table with 'kable' and Pipe Syntax")
+    (description
+      "Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr' and
+the piping syntax from 'magrittr'.  Function 'kable()' is a light weight table
+generator coming from 'knitr'.  This package simplifies the way to manipulate
+the HTML or 'LaTeX' codes generated by 'kable()' and allows users to construct
+complex tables and customize styles using a readable syntax.")
+    (license license:expat)))
-- 
2.21.0




This bug report was last modified 5 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.