summaryrefslogtreecommitdiff
path: root/graphics/R-manipulateWidget
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-20(graphics/R-manipulateWidget) Updated 0.10.1 to 0.11.0mef2-7/+8
# 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()`
2021-02-06(graphics/R-manipulateWidget) import R-manipulateWidget-0.10.1mef3-0/+38
Like package 'manipulate' does for static graphics, this package helps to easily add controls like sliders, pickers, checkboxes, etc. that can be used to modify the input data or the parameters of an interactive chart created with package 'htmlwidgets'.