./graphics/R-manipulateWidget, Add Even More Interactivity to Interactive Charts

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.0, Package name: R-manipulateWidget-0.11.0, Maintainer: pkgsrc-users

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'.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2021-09-20 05:11:38 by Makoto Fujiwara | Files touched by this commit (2) | Package updated
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()`
   2021-02-06 12:04:26 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(graphics/R-manipulateWidget) import R-manipulateWidget-0.10.1

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'.