The goal of widgetdown is to test the use of htmlwidgets in a pkgdown website, without bloating the pkgdown package itself.

Install the development version from GitHub with:

Widgets in pkgdown sections

The package tests the use of htmlwidgets in pkgdown:

widgetdown tests several widgets available from RStudio.

leaflet

heatmaply

plotly

DiagrammeR

Dygraphs

library(dygraphs)
dygraph(nhtemp, main = "New Haven Temperatures") %>% 
  dyRangeSelector(dateWindow = c("1920-01-01", "1960-01-01"))

networkD3

rbokeh

highcharter