Path to this page:
Subject: CVS commit: pkgsrc/graphics/R-manipulateWidget
From: Makoto Fujiwara
Date: 2021-09-20 05:11:38
Message id: 20210920031138.ACFB8FA97@cvs.NetBSD.org
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()`
Files: