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

https://github.com/trinker/textreduce


https://github.com/trinker/textreduce

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

---
title: "textreduce"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
md_document:
toc: true
---

```{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)
````

```{r, echo=FALSE, message=FALSE, warning=FALSE}
library(knitr)
knit_hooks$set(htmlcap = function(before, options, envir) {
if(!before) {
paste('

',options$htmlcap,"

",sep="")
}
})
knitr::opts_knit$set(self.contained = TRUE, cache = FALSE)
knitr::opts_chunk$set(fig.path = "tools/figure/")
```

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

**textreduce** is...

# Installation

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

Download the [zip ball](https://github.com/trinker/textreduce/zipball/master) or [tar ball](https://github.com/trinker/textreduce/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_current_gh("trinker/textreduce")
```

# Contact

You are welcome to:
- submit suggestions and bug-reports at:
- send a pull request on:
- compose a friendly e-mail to: