Package: shinyHugePlot
Type: Package
Title: Efficient Plotting of Large-Sized Data
Version: 0.2.2
Authors@R: c(
    person(given = "Junta", family = "Tagusari", email = "j.tagusari@eng.hokudai.ac.jp", role = c("aut", "cre", "cph")),
    person(given = "Jonas", family = "Van Der Donckt", role = c("cph")),
    person(given = "Jeroen", family = "Van Der Donckt", role = c("cph")),
    person(given = "Emiel", family = "Deprost", role = c("cph"))
    )
Maintainer: Junta Tagusari <j.tagusari@eng.hokudai.ac.jp>
Language: en-US
Depends: R (>= 4.2.0), plotly (>= 4.10.0), shiny (>= 1.7.1)
Imports: R6 (>= 2.5.1), dplyr (>= 1.0.9), tibble (>= 3.1.7), tidyr (>=
        1.2.0), tidyselect (>= 1.1.2), data.table (>= 1.14.2), stringr
        (>= 1.4.0), nanotime (>= 0.3.6), assertthat (>= 0.2.1), bit64
        (>= 4.0.5), purrr (>= 0.3.4), jsonlite (>= 1.8.0), lazyeval (>=
        0.2.2), shinyjs (>= 2.1.0), htmltools (>= 0.5.2), rlang (>=
        1.0.5)
Suggests: testthat
Description: 
    A tool to plot data with a large sample size using 'shiny' and 'plotly'.
    Relatively small samples are obtained from the original data using a specific algorithm.
    The samples are updated according to a user-defined x range.
    Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost (2022) <https://github.com/predict-idlab/plotly-resampler>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-12-01 02:44:17 UTC; j.tagusari
Author: Junta Tagusari [aut, cre, cph],
  Jonas Van Der Donckt [cph],
  Jeroen Van Der Donckt [cph],
  Emiel Deprost [cph]
Repository: CRAN
Date/Publication: 2022-12-01 04:20:02 UTC
