Package: vegalite Type: Package Title: Tools to Encode Visualizations with the 'Grammar of Graphics'-Like 'Vega-Lite' 'Spec' Version: 2.0.1 Maintainer: Bob Rudis Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")), person("Kanit", "Wongsuphasawat,", comment = "Vega-Lite library", role = c("aut")), person("Jeffrey", "Heer", comment = "Vega-Lite library", role = c("aut")), person("Arvind", "Satyanarayan", comment = "Vega-Lite library", role = c("aut")), person("Mike", "Bostock", comment = "D3 library", role = c("aut")), person("Zening", email = "quzening@gmail.com", comment = "Tooltip Plugin for Vega-Lite (js)", role = c("aut")), person("Jia", email = "lujiacn@gmail.com", comment = "Wrap tooltip plugin to vegalite (R)", role= c("ctb")), person("Jason", "Becker", email = "jason@jbecker.co", comment = "Refactor, tests", role= c("aut", "ctb")), person("Alicia", "Schep", email = "aschep@gmail.com", comment = "Port to vegalite 2", role= c("aut", "ctb")), person("Stuart", "Lee", email = "stuart.andrew.lee@gmail.com", comment = "shiny spec render", role = c("ctb")) ) Description: The 'Vega-Lite' 'JavaScript' framework provides a higher-level grammar for visual analysis, akin to 'ggplot' or 'Tableau', that generates complete 'Vega' specifications. Functions exist which enable building a valid 'spec' from scratch or importing a previously created 'spec' file. Functions also exist to export 'spec' files and to generate code which will enable plots to be embedded in properly configured web pages. The default behavior is to generate an 'htmlwidget'. URL: http://github.com/hrbrmstr/vegalite BugReports: https://github.com/hrbrmstr/vegalite/issues License: AGPL + file LICENSE Encoding: UTF-8 Suggests: testthat, knitr, rmarkdown, jsonvalidate Depends: R (>= 3.0.0) Imports: jsonlite, htmlwidgets (>= 0.6), htmltools, magrittr, digest, tools, utils, webshot, base64, stats RoxygenNote: 6.0.1.9000 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libmagick++-dev gsfonts libuv1-dev libssl-dev Repository: https://hrbrmstr.r-universe.dev Date/Publication: 2018-07-30 17:44:42 UTC RemoteUrl: https://github.com/hrbrmstr/vegalite RemoteRef: HEAD RemoteSha: 385369840c6b396ba49a698e3c291aab8b5e404b NeedsCompilation: no Packaged: 2026-07-02 08:14:17 UTC; root Author: Bob Rudis [aut, cre] (ORCID: ), Kanit Wongsuphasawat, [aut] (Vega-Lite library), Jeffrey Heer [aut] (Vega-Lite library), Arvind Satyanarayan [aut] (Vega-Lite library), Mike Bostock [aut] (D3 library), Zening [aut] (Tooltip Plugin for Vega-Lite (js)), Jia [ctb] (Wrap tooltip plugin to vegalite (R)), Jason Becker [aut, ctb] (Refactor, tests), Alicia Schep [aut, ctb] (Port to vegalite 2), Stuart Lee [ctb] (shiny spec render)