forked from wch/webshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1 KB
/
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.2.9000
Authors@R: c(
person("Winston", "Chang", email = "[email protected]", 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
License: GPL-2
SystemRequirements: PhantomJS (http://phantomjs.org) for taking screenshots,
ImageMagick (http://www.imagemagick.org) or GraphicsMagick
(http://www.graphicsmagick.org) and OptiPNG (http://optipng.sourceforge.net)
for manipulating images.
RoxygenNote: 6.1.1
Encoding: UTF-8
URL: https://github.com/wch/webshot/
BugReports: https://github.com/wch/webshot/issues