Package: billboarder Title: Create Interactive Chart with the JavaScript 'Billboard' Library Version: 0.5.1.9200 Authors@R: c( person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Fanny", "Meyer", role = "aut"), person("NAVER Corp", role = "cph", comment = "billboard.js library"), person("Mike", "Bostock", role = "cph", comment = "d3.format library")) Description: Provides an 'htmlwidgets' interface to 'billboard.js', a re-usable easy interface JavaScript chart library, based on D3 v4+. Chart types include line charts, scatterplots, bar/lollipop charts, histogram/density plots, pie/donut charts and gauge charts. All charts are interactive, and a proxy method is implemented to smoothly update a chart without rendering it again in 'shiny' apps. URL: https://github.com/dreamRs/billboarder, https://dreamrs.github.io/billboarder/ BugReports: https://github.com/dreamRs/billboarder/issues Depends: R (>= 3.1.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: htmlwidgets, htmltools, magrittr, jsonlite, ggplot2, scales, shiny, rlang Suggests: RColorBrewer, testthat, knitr, rmarkdown, covr VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://dreamrs.r-universe.dev Date/Publication: 2026-06-24 13:32:15 UTC RemoteUrl: https://github.com/dreamrs/billboarder RemoteRef: HEAD RemoteSha: 3cbd52292d9260f5a96b2175742657f7224bc907 NeedsCompilation: no Packaged: 2026-06-24 16:18:32 UTC; root Author: Victor Perrier [aut, cre], Fanny Meyer [aut], NAVER Corp [cph] (billboard.js library), Mike Bostock [cph] (d3.format library) Maintainer: Victor Perrier