I’m pleased to announce the release of Dash for R v0.5.0, which is the first release of Dash available for download from CRAN!
This release provides documentation improvements, a minor bug fix for interpolate_index, and removes the implicit dependence on the dashHtmlComponents package. Please visit our changelog for more information:
Changelog
https://github.com/plotly/dashR/releases/tag/v0.5.0
Highlights
- Dash for R no longer wraps the layout in an
htmlDivinternally, for parity with Dash for Python. Starting in v0.5.0, thelayoutmethod only accepts a single argument, and that argument must be a Dash component or a function that returns a Dash component. #121 - Package documentation has been significantly refactored to use new features of
roxygen2when documenting R6 classes - The
titlemethod now specifiesDashas the default application title instead ofdash. #200 - A minor bug in
validate_keyswhich preventedinterpolate_indexfrom working as intended has been resolved
Previous Releases