Package: shinytest
Title: Test Shiny Apps
Version: 1.5.3
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
SystemRequirements: PhantomJS (http://phantomjs.org/)
