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
- Host: GitHub
- URL: https://github.com/trinker/rdir
- Owner: trinker
- Created: 2015-03-19T02:15:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T02:45:17.000Z (about 11 years ago)
- Last Synced: 2025-02-14T12:41:36.000Z (over 1 year ago)
- Language: R
- Size: 1.24 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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('
', ver, ver)
````
[](https://travis-ci.org/trinker/rdir)
[](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: