You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
boB Rudis a56fe85819
initial commit
8 years ago
R initial commit 8 years ago
man initial commit 8 years ago
src initial commit 8 years ago
tests initial commit 8 years ago
.Rbuildignore initial commit 8 years ago
.gitignore initial commit 8 years ago
.travis.yml initial commit 8 years ago
DESCRIPTION initial commit 8 years ago
NAMESPACE initial commit 8 years ago
NEWS.md initial commit 8 years ago
README.Rmd initial commit 8 years ago
filemagic.Rproj initial commit 8 years ago

README.Rmd

---
output: rmarkdown::github_document
---

`filemagic` : ...

The following functions are implemented:

The following data sets are included:

### Installation

```{r eval=FALSE}
devtools::install_github("hrbrmstr/filemagic")
```

```{r echo=FALSE, message=FALSE, warning=FALSE, error=FALSE}
options(width=120)
```

### Usage

```{r}
library(filemagic)

# current verison
packageVersion("filemagic")

```

### Test Results

```{r}
library(filemagic)
library(testthat)

date()

test_dir("tests/")
```