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.

35 lines
1.1 KiB

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"))
)
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'.
URL: https://github.com/hrbrmstr/decapitated
BugReports: https://github.com/hrbrmstr/decapitated/issues
License: MIT + file LICENSE
SystemRequirements: Chrome 59+ on macOS/Linux, 60+ on Windows
Encoding: UTF-8
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
httr,
jsonlite,
HARtools,
xml2,
magick,
processx,
tools,
utils,
magrittr
RoxygenNote: 6.0.1.9000