rdir

desc <- suppressWarnings(readLines("DESCRIPTION"))
regex <- "(^Version:\\s+)(\\d+\\.\\d+\\.\\d+)"
loc <- grep(regex, desc)
ver <- gsub(regex, "\\2", desc[loc])
verbadge <- sprintf('<a href="https://img.shields.io/badge/Version-%s-orange.svg"><img src="https://img.shields.io/badge/Version-%s-orange.svg" alt="Version"/></a></p>', ver, ver)
````

[![Build Status](https://travis-ci.org/trinker/rdir.svg?branch=master)](https://travis-ci.org/trinker/rdir)
[![Coverage Status](https://coveralls.io/repos/trinker/rdir/badge.svg?branch=master)](https://coveralls.io/r/trinker/rdir?branch=master)
`r verbadge`

**rdir** is a Windows based package for working with directories.  

<img src="inst/rdir_logo/r_rdir.png" width="20%", alt="">  

## Installation

To download the development version of **rdir**:

Download the [zip ball](https://github.com/trinker/rdir/zipball/master) or [tar ball](https://github.com/trinker/rdir/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **pacman** package to install the development version:

```r
if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/rdir")

Contact

You are welcome to: submit suggestions and bug-reports at: https://github.com/trinker/rdir/issues send a pull request on: https://github.com/trinker/rdir/ * compose a friendly e-mail to: tyler.rinker@gmail.com



trinker/rdir documentation built on May 31, 2019, 9:50 p.m.