Package: wdman
Type: Package
Title: 'Webdriver'/'Selenium' Binary Manager
Version: 0.2.4
Authors@R: c(
    person("John", "Harrison", , "johndharrison0@gmail.com",
    role = "aut", comment = "original author"),
    person("Ju Yeong", "Kim", , "jkim2345@fredhutch.org",
    role = "cre", comment = "rOpenSci maintainer"))
Description: There are a number of binary files associated with the
    'Webdriver'/'Selenium' project (see <http://www.seleniumhq.org/download/>,
    <https://sites.google.com/a/chromium.org/chromedriver/>,
    <https://github.com/mozilla/geckodriver>,
    <http://phantomjs.org/download.html> and
    <https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver> for
    more information). This package provides functions to download these
    binaries and to manage processes involving them.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.2)
Suggests: testthat, covr, knitr, rmarkdown
Imports: binman, assertthat, subprocess (>= 0.8.0), yaml, semver(>=
        0.2.0), utils
URL: https://github.com/ropensci/wdman
URLNote: https://github.com/ropensci/wdman
BugReports: https://github.com/ropensci/wdman/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-21 17:32:38 UTC; jkim
Author: John Harrison [aut] (original author),
  Ju Yeong Kim [cre] (rOpenSci maintainer)
Maintainer: Ju Yeong Kim <jkim2345@fredhutch.org>
Repository: CRAN
Date/Publication: 2018-07-21 21:50:03 UTC
