An open API service indexing awesome lists of open source software.

https://github.com/trinker/rdir

Functions to work with directories
https://github.com/trinker/rdir

Last synced: 9 months ago
JSON representation

Functions to work with directories

Awesome Lists containing this project

README

          

# rdir

```{r, echo=FALSE}
desc <- suppressWarnings(readLines("DESCRIPTION"))
regex <- "(^Version:\\s+)(\\d+\\.\\d+\\.\\d+)"
loc <- grep(regex, desc)
ver <- gsub(regex, "\\2", desc[loc])
verbadge <- sprintf('Version', 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.

## 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:
* send a pull request on:
* compose a friendly e-mail to: