Package: trelliscopejs
Title: Create Interactive Trelliscope Displays
Version: 0.1.18
Authors@R: c(
      person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("aut", "cre")),
      person("Barret", "Schloerke", email = "schloerke@gmail.com", role = "aut")
    )
Description: Trelliscope is a scalable, flexible, interactive approach to visualizing data (Hafen, 2013 <doi:10.1109/LDAV.2013.6675164>). This package provides methods that make it easy to create a Trelliscope display specification for TrelliscopeJS. High-level functions are provided for creating displays from within 'dplyr' or 'ggplot2' workflows. Low-level functions are also provided for creating new interfaces.
Depends: R (>= 3.4.0)
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr, purrr, tidyr, grid, htmltools, DistributionUtils,
        grDevices, gtable, digest, jsonlite, ggplot2 (> 2.1.0),
        base64enc, htmlwidgets, graphics, progress, utils, knitr,
        webshot, autocogs, rlang
Suggests: rbokeh, plotly, Cairo, testthat, covr, gapminder,
        housingData, packagedocs
RoxygenNote: 6.1.1
URL: https://github.com/hafen/trelliscopejs
BugReports: https://github.com/hafen/trelliscopejs/issues
VignetteBuilder: packagedocs
NeedsCompilation: no
Packaged: 2019-01-09 02:12:43 UTC; hafen
Author: Ryan Hafen [aut, cre],
  Barret Schloerke [aut]
Maintainer: Ryan Hafen <rhafen@gmail.com>
Repository: CRAN
Date/Publication: 2019-01-09 06:20:03 UTC
