Package: vegalite
Type: Package
Title: Tools to Encode Visualizations with the 'Grammar of
        Graphics'-Like 'Vega-Lite' 'Spec'
Version: 0.6.1
Date: 2016-03-21
Maintainer: Bob Rudis <bob@rudis.net>
Authors@R: c(
      person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")),
      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"))
    )
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
Depends: R (>= 3.0.0)
Imports: jsonlite, htmlwidgets (>= 0.6), htmltools, magrittr, digest,
        tools, clipr, utils, webshot, base64, stats
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-03-22 01:12:02 UTC; root
Author: Bob Rudis [aut, cre],
  Kanit Wongsuphasawat, [aut] (Vega-Lite library),
  Jeffrey Heer [aut] (Vega-Lite library),
  Arvind Satyanarayan [aut] (Vega-Lite library),
  Mike Bostock [aut] (D3 library)
Repository: CRAN
Date/Publication: 2016-03-22 23:51:16
