Package: shinytest
Title: Test Shiny Apps
Version: 1.4.0
Authors@R: c(
    person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
    person("Gábor", "Csárdi", role = "aut", email = "gabor@rstudio.com"),
    person("RStudio", role = c("cph", "fnd")),
    person("Mango Solutions", role = c("cph", "ccp"))
    )
Description: For automated testing of Shiny applications, using a headless
    browser, driven through 'WebDriver'.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/rstudio/shinytest
BugReports: https://github.com/rstudio/shinytest/issues
RoxygenNote: 7.1.0
Imports: assertthat, digest, crayon, debugme, parsedate, pingr, callr
        (>= 2.0.3), R6, rematch, httr, shiny (>= 1.3.2), testthat (>=
        1.0.0), utils, webdriver (>= 1.0.5), htmlwidgets, jsonlite,
        withr, httpuv, rstudioapi (>= 0.8.0.9002)
Suggests: rmarkdown, flexdashboard
Encoding: UTF-8
SystemRequirements: PhantomJS (http://phantomjs.org/)
NeedsCompilation: no
Packaged: 2020-06-18 16:04:44 UTC; winston
Author: Winston Chang [aut, cre],
  Gábor Csárdi [aut],
  RStudio [cph, fnd],
  Mango Solutions [cph, ccp]
Maintainer: Winston Chang <winston@rstudio.com>
Repository: CRAN
Date/Publication: 2020-06-18 18:00:07 UTC
