Package: vellumwidget Title: Interactive Web Widgets for Vellum Scenes Version: 0.3.0.9000 Authors@R: person("David", "Schoch", , "david.schoch@cynkra.com", role = c("aut", "cre")) Description: Turns a 'vellum' scene (or a 'vellumplot' plot) into a self-contained, client-side interactive HTML widget: hover tooltips and highlighting, click selection, rectangular brush-select, pan/zoom, and a toolbar -- driven by the per-element data keys, bounding boxes, and 'scene_model()' metadata that 'vellum' emits. Requires no Shiny and no server round-trip. License: MIT + file LICENSE URL: https://r-vellum.github.io/vellumwidget/, https://github.com/r-vellum/vellumwidget, https://schochastics.r-universe.dev/vellumwidget BugReports: https://github.com/r-vellum/vellumwidget/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.2) Imports: grDevices, htmlwidgets, vellum (>= 0.2.0.9000) Suggests: crosstalk, vellumplot, testthat (>= 3.0.0) Remotes: r-vellum/vellum, r-vellum/vellumplot Config/testthat/edition: 3 RoxygenNote: 8.0.0.9000 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libuv1-dev xz-utils libclang-dev Repository: https://schochastics.r-universe.dev Date/Publication: 2026-07-12 18:00:35 UTC RemoteUrl: https://github.com/r-vellum/vellumwidget RemoteRef: HEAD RemoteSha: 95240354673912a37ebb42007cff6133f288afa5 NeedsCompilation: no Packaged: 2026-07-12 18:40:00 UTC; root Author: David Schoch [aut, cre] Maintainer: David Schoch