Report forwarded
to guix-patches@gnu.org: bug#32492; Package guix-patches.
(Tue, 21 Aug 2018 15:22:05 GMT) (full text, mbox, link).
Acknowledgement sent
to pimi <madalinionel.patrascu@mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org.
(Tue, 21 Aug 2018 15:22:05 GMT) (full text, mbox, link).
gnu/packages/cran.scm (r-manipulatewidget): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
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
Information forwarded
to guix-patches@gnu.org: bug#32492; Package guix-patches.
(Thu, 23 Aug 2018 20:30:03 GMT) (full text, mbox, link).
On Wed, Aug 22, 2018 at 07:55:59AM +0000, MadalinIonel.Patrascu@mdc-berlin.de wrote:
> 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.
Added tag(s) fixed.
Request was from ludo@gnu.org (Ludovic Courtès)
to control@debbugs.gnu.org.
(Tue, 28 Aug 2018 12:08:05 GMT) (full text, mbox, link).
bug closed, send any further explanations to
32492@debbugs.gnu.org and pimi <madalinionel.patrascu@mdc-berlin.de>
Request was from ludo@gnu.org (Ludovic Courtès)
to control@debbugs.gnu.org.
(Tue, 28 Aug 2018 12:08:07 GMT) (full text, mbox, link).
bug archived.
Request was from Debbugs Internal Request <help-debbugs@gnu.org>
to internal_control@debbugs.gnu.org.
(Wed, 26 Sep 2018 11:24:05 GMT) (full text, mbox, link).
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/.