Package: webshot
Title: Take Screenshots of Web Pages
Version: 0.5.4
Authors@R: c(
    person("Winston", "Chang", email = "winston@rstudio.com", role = c("aut", "cre")),
    person("Yihui", "Xie", role = "ctb"),
    person("Francois", "Guillem", role = "ctb"),
    person("Barret", "Schloerke", role = "ctb"),
    person("Nicolas", "Perriault", role = "ctb", comment = "The CasperJS library")
    )
Description: Takes screenshots of web pages, including Shiny applications and R
    Markdown documents.
Depends:
    R (>= 3.0)
Imports:
    magrittr,
    jsonlite,
    callr
Suggests:
    httpuv,
    knitr,
    rmarkdown,
    shiny,
    testthat (>= 3.0.0)
License: GPL-2
SystemRequirements: PhantomJS for taking screenshots, ImageMagick or
    GraphicsMagick and OptiPNG for manipulating images.
RoxygenNote: 7.1.2
Encoding: UTF-8
URL: http://wch.github.io/webshot/, https://github.com/wch/webshot/
BugReports: https://github.com/wch/webshot/issues
Config/testthat/edition: 3
