A native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library.
# from CRAN:
install.packages("rbokeh")
# from github:
::install_github("bokeh/rbokeh") remotes
Please see here.