[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/46: gnu: r-manipulatewidget: Update to 0.11.0.
From: |
guix-commits |
Subject: |
11/46: gnu: r-manipulatewidget: Update to 0.11.0. |
Date: |
Wed, 2 Jun 2021 11:27:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 304d9c5dd357b52bae776e569235e14363b40c95
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 17:23:03 2021 +0200
gnu: r-manipulatewidget: Update to 0.11.0.
* gnu/packages/cran.scm (r-manipulatewidget): Update to 0.11.0.
[propagated-inputs]: Add r-shinyjs.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 494af63..4305180 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9221,13 +9221,13 @@ based on index arrays and simple triplet
representations, respectively.")
(define-public r-manipulatewidget
(package
(name "r-manipulatewidget")
- (version "0.10.1")
+ (version "0.11.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "manipulateWidget" version))
(sha256
- (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
+ (base32 "0iysgl6ab8fvg1xxdx6hr3swqwbkfqzjkk4x5sbvmawbl2a395gj"))))
(properties
`((upstream-name . "manipulateWidget")))
(build-system r-build-system)
@@ -9239,7 +9239,10 @@ based on index arrays and simple triplet
representations, respectively.")
("r-knitr" ,r-knitr)
("r-miniui" ,r-miniui)
("r-shiny" ,r-shiny)
+ ("r-shinyjs" ,r-shinyjs)
("r-webshot" ,r-webshot)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
(synopsis "Add even more interactivity to interactive charts")
(description
- branch master updated (882ec50 -> b851f38), guix-commits, 2021/06/02
- 02/46: gnu: r-extremes: Update to 2.1-1., guix-commits, 2021/06/02
- 03/46: gnu: r-inline: Update to 0.3.19., guix-commits, 2021/06/02
- 06/46: gnu: r-signal: Update to 0.7-7., guix-commits, 2021/06/02
- 05/46: gnu: r-tinytex: Update to 0.32., guix-commits, 2021/06/02
- 01/46: gnu: r-bisquerna: Update to 1.0.5., guix-commits, 2021/06/02
- 07/46: gnu: r-zip: Update to 2.2.0., guix-commits, 2021/06/02
- 08/46: gnu: r-fansi: Update to 0.5.0., guix-commits, 2021/06/02
- 09/46: gnu: r-rdpack: Update to 2.1.2., guix-commits, 2021/06/02
- 11/46: gnu: r-manipulatewidget: Update to 0.11.0.,
guix-commits <=
- 10/46: gnu: r-insight: Update to 0.14.1., guix-commits, 2021/06/02
- 17/46: gnu: r-weights: Update to 1.0.2., guix-commits, 2021/06/02
- 18/46: gnu: r-ks: Update to 1.13.1., guix-commits, 2021/06/02
- 20/46: gnu: r-spdep: Update to 1.1-8., guix-commits, 2021/06/02
- 04/46: gnu: r-fitdistrplus: Update to 1.1-5., guix-commits, 2021/06/02
- 12/46: gnu: r-emmeans: Update to 1.6.1., guix-commits, 2021/06/02
- 13/46: gnu: r-bayestestr: Update to 0.10.0., guix-commits, 2021/06/02
- 14/46: gnu: r-effectsize: Update to 0.4.5., guix-commits, 2021/06/02
- 16/46: gnu: r-mvabund: Update to 4.1.12., guix-commits, 2021/06/02
- 19/46: gnu: r-tidytree: Update to 0.3.4., guix-commits, 2021/06/02