You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.0 KiB

7 years ago
Package: decapitated
Type: Package
Title: Headless 'Chrome' Orchestration
Version: 0.3.0
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Chanyub", "Park", email="mrchypark@gmail.com", role=c("ctb"))
)
7 years ago
Maintainer: Bob Rudis <bob@rud.is>
Description: The 'Chrome' browser <https://www.google.com/chrome/> has a headless mode
which can be instrumented programmatically. Tools are provided to perform headless
'Chrome' instrumentation, including retrieving the
'javascript'-executed 'DOM' contents, 'PDF' output for, or screen shot of a 'URL'.
7 years ago
URL: https://github.com/hrbrmstr/decapitated
BugReports: https://github.com/hrbrmstr/decapitated/issues
License: MIT + file LICENSE
6 years ago
SystemRequirements: Chrome 59+ on macOS/Linux, 60+ on Windows
Encoding: UTF-8
7 years ago
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
xml2,
magick,
processx,
tools,
utils
RoxygenNote: 6.0.1.9000