pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-manipulateWidget



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 20 03:11:38 UTC 2021

Modified Files:
        pkgsrc/graphics/R-manipulateWidget: Makefile distinfo

Log Message:
(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()`


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/R-manipulateWidget/Makefile \
    pkgsrc/graphics/R-manipulateWidget/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/R-manipulateWidget/Makefile
diff -u pkgsrc/graphics/R-manipulateWidget/Makefile:1.1 pkgsrc/graphics/R-manipulateWidget/Makefile:1.2
--- pkgsrc/graphics/R-manipulateWidget/Makefile:1.1     Sat Feb  6 11:04:25 2021
+++ pkgsrc/graphics/R-manipulateWidget/Makefile Mon Sep 20 03:11:38 2021
@@ -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-miniUI>=0.1.1.1:../../www/R-
 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'
Index: pkgsrc/graphics/R-manipulateWidget/distinfo
diff -u pkgsrc/graphics/R-manipulateWidget/distinfo:1.1 pkgsrc/graphics/R-manipulateWidget/distinfo:1.2
--- pkgsrc/graphics/R-manipulateWidget/distinfo:1.1     Sat Feb  6 11:04:25 2021
+++ pkgsrc/graphics/R-manipulateWidget/distinfo Mon Sep 20 03:11:38 2021
@@ -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