Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
johndharrison committed Jan 18, 2017
1 parent bc854d9 commit 5b26f31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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
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
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@ wdman
==========================
| CRAN version | Travis build status | Appveyor build status | Coverage |
| :-------------: |:-------------:|:-------------:|:-------------:|
| | [![Build Status](https://travis-ci.org/johndharrison/binman.svg?branch=master)](https://travis-ci.org/johndharrison/wdman) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/johndharrison/wdman?branch=master&svg=true)](https://ci.appveyor.com/project/johndharrison/wdman) | [![codecov](https://codecov.io/gh/johndharrison/wdman/branch/master/graph/badge.svg)](https://codecov.io/gh/johndharrison/wdman)|
| [![](http://www.r-pkg.org/badges/version/wdman)](https://CRAN.R-project.org/package=wdman) | [![Build Status](https://travis-ci.org/johndharrison/binman.svg?branch=master)](https://travis-ci.org/johndharrison/wdman) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/johndharrison/wdman?branch=master&svg=true)](https://ci.appveyor.com/project/johndharrison/wdman) | [![codecov](https://codecov.io/gh/johndharrison/wdman/branch/master/graph/badge.svg)](https://codecov.io/gh/johndharrison/wdman)|

## Installation

You can install wdman from github with:


``` r
```
# install.packages("devtools")
devtools::install_github("johndharrison/wdman")
```
The package can also be installed from CRAN:

```
install.packages("wdman")
```

## Introduction

Expand Down

0 comments on commit 5b26f31

Please sign in to comment.