Closed mattkerlogue closed 4 years ago
Hi folks- sorry to comment on a closed issue, but wanted to let you know that we have worked to remove the Bootstrap dependency of crosstalk
(better late than never 😄 ):
https://github.com/rstudio/crosstalk/blob/master/NEWS.md#crosstalk-1119000
remotes::install_github("rstudio/crosstalk")
The
crosstalk
package provides some tools to provide client-side data filtering in RMarkdown. However it injects Bootstrap css styling into the page causing issues with the coregovdown
css style (font sizes, spacing etc).I discovered via some painful Google searching this fix which strips the Bootstrap identifiers and means that
crosstalk
doesn't inject the Bootstrap css.As
govdown
is intended to help people present analysis and some people may well use it withcrosstalk
then perhaps this fix is something that can be included in the documentation (e.g. interactions with other packages).