Package: webshot Title: Take Screenshots of Web Pages Version: 0.5.5 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.2.3 Encoding: UTF-8 URL: https://wch.github.io/webshot/, https://github.com/wch/webshot/ BugReports: https://github.com/wch/webshot/issues Config/testthat/edition: 3 Config/pak/sysreqs: libmagick++-dev gsfonts Repository: https://wch.r-universe.dev Date/Publication: 2023-07-19 15:47:35 UTC RemoteUrl: https://github.com/wch/webshot RemoteRef: HEAD RemoteSha: f5a9dee6736428eec26fb3aa5a230fa5282daebe NeedsCompilation: no Packaged: 2026-06-10 07:52:03 UTC; root Author: Winston Chang [aut, cre], Yihui Xie [ctb], Francois Guillem [ctb], Barret Schloerke [ctb], Nicolas Perriault [ctb] (The CasperJS library) Maintainer: Winston Chang