Package: ggvis
Title: Interactive Grammar of Graphics
Description: An implementation of an interactive grammar of graphics, taking the
    best parts of 'ggplot2', combining them with the reactive framework of
    'shiny' and drawing web graphics using 'vega'.
Version: 0.4.8
Authors@R: c(
    person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
    person("Hadley", "Wickham", role = "aut", email = "hadley@rstudio.com"),
    person(family = "RStudio", role = "cph"),
    person(family = "jQuery Foundation", role = "cph",
    comment = "jQuery library and jQuery UI library"),
    person(family = "jQuery contributors", role = c("ctb", "cph"),
    comment = "jQuery library; authors listed in inst/www/lib/jquery/AUTHORS.txt"),
    person(family = "jQuery UI contributors", role = c("ctb", "cph"),
    comment = "jQuery UI library; authors listed in inst/www/lib/jquery-ui/AUTHORS.txt"),
    person("Mike", "Bostock", role = c("ctb", "cph"), comment = "D3 library"),
    person(family = "D3 contributors", role = "ctb",
    comment = "D3 library; authors listed at https://github.com/d3/d3/graphs/contributors"),
    person(family = "Trifacta Inc.", role = "cph",
    comment = "Vega library"),
    person(family = "Vega contributors", role = "ctb",
    comment = "Vega library; authors listed at https://github.com/trifacta/vega/graphs/contributors"),
    person("Sebastián", "Décima", role = c("ctb", "cph"),
    comment = "javascript-detect-element-resize library")
    )
URL: https://ggvis.rstudio.com/
Depends: R (>= 3.0)
Imports: assertthat, jsonlite (>= 0.9.11), shiny (>= 0.11.1), magrittr,
        dplyr (>= 0.5.0), rlang, htmltools (>= 0.2.4), methods
Suggests: MASS, mgcv, lubridate, testthat (>= 0.8.1), knitr (>= 1.6),
        rmarkdown
Encoding: UTF-8
License: GPL-2 | file LICENSE
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-08 20:59:53 UTC; winston
Author: Winston Chang [aut, cre],
  Hadley Wickham [aut],
  RStudio [cph],
  jQuery Foundation [cph] (jQuery library and jQuery UI library),
  jQuery contributors [ctb, cph] (jQuery library; authors listed in
    inst/www/lib/jquery/AUTHORS.txt),
  jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in
    inst/www/lib/jquery-ui/AUTHORS.txt),
  Mike Bostock [ctb, cph] (D3 library),
  D3 contributors [ctb] (D3 library; authors listed at
    https://github.com/d3/d3/graphs/contributors),
  Trifacta Inc. [cph] (Vega library),
  Vega contributors [ctb] (Vega library; authors listed at
    https://github.com/trifacta/vega/graphs/contributors),
  Sebastián Décima [ctb, cph] (javascript-detect-element-resize library)
Maintainer: Winston Chang <winston@rstudio.com>
Repository: CRAN
Date/Publication: 2023-03-08 21:20:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:13:46 UTC; windows
