pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/R-manipulateWidget (graphics/R-manipulateWidg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfee2be9757d
branches:  trunk
changeset: 458787:cfee2be9757d
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Sep 20 03:11:38 2021 +0000

description:
(graphics/R-manipulateWidget)  Updated 0.10.1 to 0.11.0

# manipulateWidget 0.11.0 (2020-03-21)

## New features
* New comparison mode: the UI generated with `manipulateWidget()` has
  now new controls to enter in comparison mode, choose the number of
  charts, the layout and the variables to compare.
* `compareOptions()` gains a new argument `allowCompare` to hide/show
  the new controls presented above.
* New function `mwTranslations()` to translate UI elements.
* UI has been slightly reworked.

## Bug Fixes
* The number of unnecesary updates has been decreased resulting in
  better performance.
* Sometimes, there were some conflict when a parameter in
  `manipulateWidget()` had the same name as a variable in the global
  environment.
* `mwSelect(multiple = TRUE)` was not updating charts when selection
  was empty.
* `staticPlot()` was evaluating expressions in the wrong environment.

## Breaking changes
* shiny applications using functions `mwModule()` and `mwModuleUI()` :
  you have to passed directly ui options like buttons on
  `mwModuleUI()` rather than in `mwModule()`

diffstat:

 graphics/R-manipulateWidget/Makefile |   5 +++--
 graphics/R-manipulateWidget/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 9bb5d94733e4 -r cfee2be9757d graphics/R-manipulateWidget/Makefile
--- a/graphics/R-manipulateWidget/Makefile      Mon Sep 20 03:08:07 2021 +0000
+++ b/graphics/R-manipulateWidget/Makefile      Mon Sep 20 03:11:38 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/02/06 11:04:25 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/20 03:11:38 mef Exp $
 
 R_PKGNAME=     manipulateWidget
-R_PKGVER=      0.10.1
+R_PKGVER=      0.11.0
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,6 +16,7 @@
 DEPENDS+=      R-shiny>=1.0.3:../../www/R-shiny
 DEPENDS+=      R-miniUI-[0-9]*:../../www/R-miniUI
 DEPENDS+=      R-webshot-[0-9]*:../../www/R-webshot
+DEPENDS+=      R-shinyjs-[0-9]*:../../www/R-shinyjs
 
 #Packages suggested but not available:
 #  'dygraphs', 'leaflet', 'plotly'
diff -r 9bb5d94733e4 -r cfee2be9757d graphics/R-manipulateWidget/distinfo
--- a/graphics/R-manipulateWidget/distinfo      Mon Sep 20 03:08:07 2021 +0000
+++ b/graphics/R-manipulateWidget/distinfo      Mon Sep 20 03:11:38 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/06 11:04:25 mef Exp $
+$NetBSD: distinfo,v 1.2 2021/09/20 03:11:38 mef Exp $
 
-SHA1 (R/manipulateWidget_0.10.1.tar.gz) = 3856ee7698674ae85563f15a7f245018f971e857
-RMD160 (R/manipulateWidget_0.10.1.tar.gz) = 77d68c0c0676317efbcbebff483eab19c2db9466
-SHA512 (R/manipulateWidget_0.10.1.tar.gz) = 4d921fe0c633bc797ea53a733b3e8bcedf7be2e6ecc2f11a783b3cd80b7135689f27faddc23972866e19b68a27c43f42d70a53435571bfb10ac2b3a1f9646c66
-Size (R/manipulateWidget_0.10.1.tar.gz) = 3175635 bytes
+SHA1 (R/manipulateWidget_0.11.0.tar.gz) = ca08e161cea11262f61ded475b1549addb278490
+RMD160 (R/manipulateWidget_0.11.0.tar.gz) = 48a819fe673ae31663ec08c30f2f17a543183ae9
+SHA512 (R/manipulateWidget_0.11.0.tar.gz) = 405352443e83b266c6da162fc06bc0e36ba77eb29d494c09c54c8c4af3ce694ea688ea0e64f38a42eec1c50562107612d44f11a6979101a87c8118d928324873
+Size (R/manipulateWidget_0.11.0.tar.gz) = 3961928 bytes



Home | Main Index | Thread Index | Old Index