Package: shinyHugePlot
Type: Package
Title: Efficient Plotting of Large-Sized Data
Version: 0.0.1
Authors@R: c(
    person(given = "Junta", family = "Tagusari", email = "j.tagusari@eng.hokudai.ac.jp", role = c("aut", "cre")),
    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), 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)
Suggests: testthat
Description: 
    A tool to plot data with large sample size using 'shiny' and 'plotly'.
    Relatively small samples are chosen from the data using an appropriate algorithm 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-08-19 09:08:59 UTC; j.tagusari
Author: Junta Tagusari [aut, cre],
  Jonas Van Der Donckt [cph],
  Jeroen Van Der Donckt [cph],
  Emiel Deprost [cph]
Repository: CRAN
Date/Publication: 2022-08-22 10:00:02 UTC
