-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
32 lines (32 loc) · 978 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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