-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
37 lines (37 loc) · 1.08 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
Package: wdman
Type: Package
Title: 'Webdriver'/'Selenium' Binary Manager
Version: 0.2.6
Authors@R: c(
person("John", "Harrison", , "johndharrison0@gmail.com", role = "aut",
comment = "original author"),
person("Ju Yeong", "Kim", , "jkim2345@fredhutch.org", role = "aut",
comment = "rOpenSci maintainer"),
person("Jonathan", "Völkle", , "jonathan.voelkle@web.de", role = "cre")
)
Description: There are a number of binary files associated with the
'Webdriver'/'Selenium' project. This package provides functions to download
these binaries and to manage processes involving them.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.2)
Suggests:
testthat (>= 3.1.7),
covr,
knitr,
rmarkdown,
R6
Imports:
binman,
assertthat,
processx,
yaml,
semver(>= 0.2.0),
utils
URL: https://docs.ropensci.org/wdman/, https://github.com/ropensci/wdman
URLNote: https://github.com/ropensci/wdman
BugReports: https://github.com/ropensci/wdman/issues
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Config/testthat/edition: 3