Package: chromote
Title: Headless Chrome Web Browser Interface
Version: 0.1.2
Authors@R: c(
    person("Winston", "Chang", , "winston@posit.co", role = c("aut", "cre")),
    person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: An implementation of the 'Chrome DevTools Protocol', for
    controlling a headless Chrome web browser.
License: GPL-2
URL: https://rstudio.github.io/chromote/,
        https://github.com/rstudio/chromote
BugReports: https://github.com/rstudio/chromote/issues
Imports: curl, fastmap, jsonlite, later (>= 1.1.0), magrittr, processx,
        promises (>= 1.1.1), R6, rlang, websocket (>= 1.2.0)
Suggests: showimage, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
SystemRequirements: Google Chrome or other Chromium-based browser.
        chromium: chromium (rpm) or chromium-browser (deb)
NeedsCompilation: no
Packaged: 2023-08-11 20:25:41 UTC; garrick
Author: Winston Chang [aut, cre],
  Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>),
  Posit Software, PBC [cph, fnd]
Maintainer: Winston Chang <winston@posit.co>
Repository: CRAN
Date/Publication: 2023-08-11 21:43:51 UTC
Built: R 4.2.0; ; 2023-08-12 11:10:58 UTC; unix
