crosstalk
Link brushing and filtering across multiple HTML widgets in R
crosstalk is frozen infrastructure: four releases in five years, mostly CRAN upkeep.
◆Recent moves
- 11mo ago
Rd link anchors fixed for R CMD check
Adds package anchors to Rd cross-references to silence a new R CMD check NOTE. Pure CRAN upkeep on a package that otherwise sits still.
View source ↗ - 2y ago
Fixes for SharedData in Shiny modules and filter escaping
Repairs SharedData reactive accessors when the instance is created inside a Shiny module, and stops filter_select() double-escaping HTML. Both are long-standing issues closed at once.
View source ↗ - 4y ago
Bootstrap dependency dropped from filter and layout helpers
Removes the Bootstrap HTML dependency from filter_select(), filter_checkbox() and bscols() so crosstalk can be used inside non-Bootstrap frameworks such as distill without degrading their styling. Breaking for anyone who relied on the implicit dependency, with a documented bslib workaround.
View source ↗ - 6y ago
Clearer error when Shiny is not installed
Makes the failure mode obvious when Shiny is absent, with tests that simulate the case. A small robustness fix in a package designed to work with or without Shiny.
View source ↗