all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <51464@debbugs.gnu.org>
Cc: rekado@elephly.net,
	"Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
Subject: [bug#51464] [PATCH 1/2] gnu: Add r-formattable.
Date: Thu, 28 Oct 2021 20:26:08 +0200	[thread overview]
Message-ID: <20211028182609.1880-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <1a5699df937b4f44a0d5676a832487e9@mdc-berlin.de>

* 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





  reply	other threads:[~2021-10-28 18:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-28 18:24 [bug#51464] Add r-xnastring (bioconductor) and r-formattable (cran) MadalinIonel.Patrascu
2021-10-28 18:26 ` Mădălin Ionel Patrașcu [this message]
2021-10-28 18:26   ` [bug#51464] [PATCH 2/2] gnu: Add r-xnastring Mădălin Ionel Patrașcu
2021-10-30 19:52 ` [bug#51464] Add r-xnastring (bioconductor) and r-formattable (cran) Ricardo Wurmus
2021-11-27 20:23 ` bug#51464: " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211028182609.1880-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=51464@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.