guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: Add r-irdisplay.


From: guix-commits
Subject: 03/04: gnu: Add r-irdisplay.
Date: Wed, 13 Mar 2019 09:27:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 664dedd52485e543623e30ef7c06a8cc1dd4dc96
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 13 14:26:34 2019 +0100

    gnu: Add r-irdisplay.
    
    * gnu/packages/cran.scm (r-irdisplay): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index afa56f0..a61a7c7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11574,3 +11574,26 @@ compatible with @code{rzmq} are also provided.")
      "This package provides string and binary representations of objects for
 several formats and MIME types.")
     (license license:gpl3)))
+
+(define-public r-irdisplay
+  (package
+    (name "r-irdisplay")
+    (version "0.7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "IRdisplay" version))
+       (sha256
+        (base32
+         "12chk53nf4zckgc4yl7gbvd7m5dvli52inp5b3f0zvcjvfncksli"))))
+    (properties `((upstream-name . "IRdisplay")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-repr" ,r-repr)))
+    (home-page "https://cran.r-project.org/web/packages/IRdisplay/";)
+    (synopsis "Jupyter display machinery")
+    (description
+     "This package provides an interface to the rich display capabilities of
+Jupyter front-ends (e.g. Jupyter Notebook).  It is designed to be used from a
+running IRkernel session.")
+    (license license:expat)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]