Package: wdman
Type: Package
Title: 'Webdriver'/'Selenium' Binary Manager
Version: 0.2.0
Authors@R: c(
    person("John", "Harrison", , "johndharrison0@gmail.com",
    role = c("aut", "cre"), comment = "R package wdman"))
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)
URL: https://github.com/johndharrison/wdman
URLNote: https://github.com/johndharrison/wdman
BugReports: https://github.com/johndharrison/wdman/issues
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-01-18 11:51:52 UTC; john
Author: John Harrison [aut, cre] (R package wdman)
Maintainer: John Harrison <johndharrison0@gmail.com>
Repository: CRAN
Date/Publication: 2017-01-18 18:07:54
