bpexploder
represents my first foray into Html Widgets for R; it renders box-plots that explode upon mouse-click into jittered individual-value plots. You have the option to configure tool-tips for the individual points.
Install the package from Git Hub:
devtools::install_github("homerhanumat/bpexploder")
See the package website.
The JavaScript library is based on Mathieu Caule's D3 Exploding Boxplots, which I have modified slightly and updated for D3 Version 4. The tool-tips were created by Justin Palmer, updated to D3v4 by Dave Gotz and tweaked slightly by myself.