diff --git a/DESCRIPTION b/DESCRIPTION index c2547ed..7cef37d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 , - , - , - and - 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 , + , + , + and + for + more information). This package provides functions to download these binaries and to manage processes involving them. License: MIT + file LICENSE Encoding: UTF-8 diff --git a/README.md b/README.md index bd846dd..726993e 100644 --- a/README.md +++ b/README.md @@ -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