GNU bug report logs - #51464
Add r-xnastring (bioconductor) and r-formattable (cran)

Previous Next

Package: guix-patches;

Reported by: "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>

Date: Thu, 28 Oct 2021 18:25:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <51464 <at> debbugs.gnu.org>
Cc: rekado <at> elephly.net, Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
Subject: [bug#51464] [PATCH 1/2] gnu: Add r-formattable.
Date: Thu, 28 Oct 2021 20:26:08 +0200
* gnu/packages/cran.scm (r-formattable): New variable.
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 792ea2a75b..03a1b3206a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23669,6 +23669,35 @@ (define-public r-forecast
 space models and automatic ARIMA modelling.")
     (license license:gpl3)))
 
+(define-public r-formattable
+  (package
+    (name "r-formattable")
+    (version "0.2.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "formattable" version))
+        (sha256
+          (base32 "1vdxi0xmg019qyzjrp8bkjxciz245jcxsrkhfzd44ynqcwi4s3ag"))))
+    (properties `((upstream-name . "formattable")))
+    (build-system r-build-system)
+    (propagated-inputs
+    `(("r-htmltools" ,r-htmltools)
+      ("r-htmlwidgets" ,r-htmlwidgets)
+      ("r-lifecycle" ,r-lifecycle)
+      ("r-rmarkdown" ,r-rmarkdown)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/renkun-ken/formattable")
+    (synopsis "Printing vectors and data frames with text fromatting")
+    (description
+      "This R package @code{r-formattable} provides functions to create
+formattable vectors and data frames.  @emph{Formattable} vectors are printed
+with text formatting, and formattable data frames are printed with multiple
+types of formatting in HTML to improve the readability of data presented in
+tabular form rendered in web pages.")
+    (license license:expat)))
+
 (define-public r-xmisc
   (package
     (name "r-xmisc")
-- 
2.33.0





This bug report was last modified 3 years and 173 days ago.

Previous Next


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