[PATCH] gnu: Add r-manipulatewidget.

  • Done
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Ludovic Courtès
  • pimi
Owner
unassigned
Submitted by
pimi
Severity
normal

Debbugs page

P
(address . guix-patches@gnu.org)(name . pimi)(address . madalinionel.patrascu@mdc-berlin.de)
20180821133101.22620-1-madalinionel.patrascu@mdc-berlin.de
gnu/packages/cran.scm (r-manipulatewidget): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

Toggle diff (41 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 69591decd..66bbaa1d6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4866,3 +4866,34 @@ differential equations} (ODE). It includes routines that:
"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+)))
--
2.17.1
L
L
Leo Famulari wrote on 23 Aug 2018 13:29
Re: [bug#32489] [PATCH] gnu: Add r-miniui.
(name . MadalinIonel.Patrascu@mdc-berlin.de)(address . MadalinIonel.Patrascu@mdc-berlin.de)
20180823202936.GA25188@jasmine.lan
On Wed, Aug 22, 2018 at 07:55:59AM +0000, MadalinIonel.Patrascu@mdc-berlin.de wrote:
Toggle quote (7 lines)
> Hello Leo!
>
> Sorry about that!
> I am new on this thing.
> I can send directly to you all the patches.
> It is ok?

Thanks! I received your patches and pushed them as commit
16b0e8da48ef9398797a22e274d5fcb37e24e448.
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlt/GTAACgkQJkb6MLrK
fwijCRAApoah6iTVP63ovQVVcamdDQpQp9pssLwlfKxlyPA6xO8uie63TAdhQzJd
DaGueCAKdHyBakqSqwI1MbPKdWBRXhhU2LJCW+upvQFDn4bDuS8lD7VeH9Wk+gqV
s9Rey/HlD65FING/UgmFJ6PwFF4zknGqPq/5mSgVFuFHVTtpB+7s0Oi8/DF77QWs
r2tdUlJtl+q3erh8aEJKe48E1hVjMs1JHS77eO6m6ImPSU1V/hm/H1pwHa83AsLH
D5bj+SqdSlMwFHsouw8ZCUMIZvjGNlEfOgo6ZhpQ0tbTp+vPDhDewEt7WNupca0g
XjXisiiBzpas7tZH9LCgnsjX/iB2AvGbmtWnCDAqLtW3SXuSc+OXK77W+pSy63kI
OKj72t9RkkGfuklH79NCaXFyllKe7DLK1d3TNuxNnPo/XhUEI0iYJ9YJKJgPGChl
fdeJbaM/VVXi7s5N7uKg9Zhp+ApK3r/1gu0C75F+BR8rdEMI3btJkDA6t3f+YDex
hxEdT0pl5hNP9AZiFilknpfWGdh8vq6t+epnAHWQv/iAFD2QWSIt6WSMfQXfH6wb
gTJU/02u7Bii3hzxYDL8vAZqGeUrDzjKZMgqDVMlX8AzjLjrT/SKB+FpHXTco1sG
j88oPOJrIo28IhGsedak2GfB7wnkCy8aVhXAHTrlkDqu9/j3Or8=
=JWkh
-----END PGP SIGNATURE-----


L
L
Ludovic Courtès wrote on 28 Aug 2018 05:07
control message for bug #32492
(address . control@debbugs.gnu.org)
87o9dmlmoh.fsf@gnu.org
tags 32492 fixed
close 32492
?
Your comment

This issue is archived.

To comment on this conversation send an email to 32492@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 32492
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch