Package: vegawidget Version: 0.5.0.9000 Title: 'Htmlwidget' for 'Vega' and 'Vega-Lite' Description: 'Vega' and 'Vega-Lite' parse text in 'JSON' notation to render chart-specifications into 'HTML'. This package is used to facilitate the rendering. It also provides a means to interact with signals, events, and datasets in a 'Vega' chart using 'JavaScript' or 'Shiny'. Authors@R: c( person( given = "Ian", family = "Lyttle", email = "ijlyttle@me.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9962-4849") ), person("Vega/Vega-Lite Developers", role = c("aut")), person( given = "Alicia", family = "Schep", email = "aschep@gmail.com", role = c("ctb"), comment = c(ORCID = "orcid.org/0000-0002-3915-0618") ), person( given = "Stuart", family = "Lee", email = "stuart.andrew.lee@gmail.com", role = c("ctb") ), person("Kanit", "Wongsuphasawat", comment = "Vega/Vega-Lite library", role = c("ctb")), person("Dominik", "Moritz", comment = "Vega/Vega-Lite library", role = c("ctb")), person("Arvind", "Satyanarayan", comment = "Vega/Vega-Lite library", role = c("ctb")), person("Jeffrey", "Heer", comment = "Vega/Vega-Lite library", role = c("ctb")), person("Mike", "Bostock", comment = "D3 library", role = c("ctb")) ) SystemRequirements: To use image functions for MacOS: X11 License: MIT + file LICENSE Encoding: UTF-8 LazyData: true ByteCompile: true URL: https://vegawidget.github.io/vegawidget/, https://github.com/vegawidget/vegawidget BugReports: https://github.com/vegawidget/vegawidget/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.0 VignetteBuilder: knitr Depends: R (>= 2.10) Imports: jsonlite, htmlwidgets, assertthat, rlang, glue, magrittr, htmltools, digest, utils Suggests: spelling, knitr, rmarkdown, listviewer, testthat (>= 3.0.0), yaml, fs, usethis (>= 1.5.0), readr, tibble, lubridate, V8 (>= 4.0), withr, learnr, rsvg, dplyr, png, conflicted, here, shiny, purrr, rsconnect Language: en-US Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev libx11-dev Repository: https://vegawidget.r-universe.dev Date/Publication: 2024-01-13 17:24:10 UTC RemoteUrl: https://github.com/vegawidget/vegawidget RemoteRef: HEAD RemoteSha: e28774fcc88fa3de1591fbd806f3d3d77a86aae0 NeedsCompilation: no Packaged: 2026-06-22 08:13:04 UTC; root Author: Ian Lyttle [aut, cre] (ORCID: ), Vega/Vega-Lite Developers [aut], Alicia Schep [ctb] (ORCID: ), Stuart Lee [ctb], Kanit Wongsuphasawat [ctb] (Vega/Vega-Lite library), Dominik Moritz [ctb] (Vega/Vega-Lite library), Arvind Satyanarayan [ctb] (Vega/Vega-Lite library), Jeffrey Heer [ctb] (Vega/Vega-Lite library), Mike Bostock [ctb] (D3 library) Maintainer: Ian Lyttle