Package: shinytest
Title: Test Shiny Apps
Version: 1.5.1
Authors@R: 
    c(person(given = "Winston",
             family = "Chang",
             role = c("aut", "cre"),
             email = "winston@rstudio.com"),
      person(given = "Gábor",
             family = "Csárdi",
             role = "aut",
             email = "gabor@rstudio.com"),
      person(given = "Hadley",
             family = "Wickham",
             role = "aut",
             email = "hadley@rstudio.com"),
      person(given = "RStudio",
             role = c("cph", "fnd")),
      person(given = "Mango Solutions",
             role = c("cph", "ccp")))
Description: For automated testing of Shiny applications, using
    a headless browser, driven through 'WebDriver'.
License: MIT + file LICENSE
URL: https://github.com/rstudio/shinytest
BugReports: https://github.com/rstudio/shinytest/issues
Imports: assertthat, callr (>= 2.0.3), crayon, debugme, digest,
        htmlwidgets, httpuv, httr, jsonlite, parsedate, pingr, R6,
        rematch, rlang, rstudioapi (>= 0.8.0.9002), shiny (>= 1.3.2),
        testthat (>= 1.0.0), utils, webdriver (>= 1.0.6), withr
Suggests: flexdashboard, globals, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.1.1
SystemRequirements: PhantomJS (http://phantomjs.org/)
NeedsCompilation: no
Packaged: 2021-09-13 17:14:09 UTC; barret
Author: Winston Chang [aut, cre],
  Gábor Csárdi [aut],
  Hadley Wickham [aut],
  RStudio [cph, fnd],
  Mango Solutions [cph, ccp]
Maintainer: Winston Chang <winston@rstudio.com>
Repository: CRAN
Date/Publication: 2021-09-13 18:10:01 UTC
Built: R 4.0.2; ; 2021-09-14 11:19:33 UTC; unix
