-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.23 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
33
34
35
36
37
38
39
40
Package: chromote
Title: Headless Chrome Web Browser Interface
Version: 0.4.0.9000
Authors@R: c(
person("Winston", "Chang", , "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Garrick", "Aden-Buie", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7111-0077")),
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,
utils,
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Google Chrome or other Chromium-based browser.
chromium: chromium (rpm) or chromium-browser (deb)