RCharts
Rcharts, commonly written as rCharts, is an R package that provides an interface to several JavaScript-based charting libraries, enabling the creation of interactive visualizations directly from R. It aims to simplify the process of producing web-friendly charts without switching between R and JavaScript.
The package exposes a chart object paradigm and adapters for multiple rendering engines, including Highcharts, NVD3
Key features include support for interactivity such as tooltips, zooming, and animated transitions, as well as
Development and status: Rcharts emerged in the early 2010s to bridge R with JavaScript visualization libraries.