guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Add r-manipulatewidget.


From: Leo Famulari
Subject: 04/05: gnu: Add r-manipulatewidget.
Date: Thu, 23 Aug 2018 16:27:13 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 881cc61c1bb5e7d0f5fc3b60749f35496fdf1ba6
Author: pimi <address@hidden>
Date:   Thu Aug 23 13:33:23 2018 +0200

    gnu: Add r-manipulatewidget.
    
    gnu/packages/cran.scm (r-manipulatewidget): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7271279..afa5d97 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4890,3 +4890,34 @@ the analyzed items.")
      "This package contains data structures and algorithms for sparse arrays 
and matrices,
 based on index arrays and simple triplet representations, respectively.")
     (license license:gpl2)))
+
+(define-public r-manipulatewidget
+  (package
+    (name "r-manipulatewidget")
+    (version "0.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "manipulateWidget" version))
+       (sha256
+        (base32 "1zagrbwkn2d50zzw8i2vyb1hsq4cydmfsqiy1a2qlp6zrv8a6q9x"))))
+    (properties
+     `((upstream-name . "manipulateWidget")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-base64enc" ,r-base64enc)
+       ("r-codetools" ,r-codetools)
+       ("r-htmltools" ,r-htmltools)
+       ("r-htmlwidgets" ,r-htmlwidgets)
+       ("r-knitr" ,r-knitr)
+       ("r-miniui" ,r-miniui)
+       ("r-shiny" ,r-shiny)
+       ("r-webshot" ,r-webshot)))
+    (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/";)
+    (synopsis "Add even more interactivity to interactive charts")
+    (description
+     "This package lets you create in just a few lines of R code a nice user 
interface to
+modify the data or the graphical parameters of one or multiple interactive
+charts.  It is useful to quickly explore visually some data or for package
+developers to generate user interfaces easy to maintain.")
+    (license license:gpl2+)))



reply via email to

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