https://github.com/trinker/textreduce
https://github.com/trinker/textreduce
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trinker/textreduce
- Owner: trinker
- Created: 2017-05-13T13:50:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T02:32:32.000Z (about 9 years ago)
- Last Synced: 2025-02-14T12:41:03.216Z (over 1 year ago)
- Language: R
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS
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('
', 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/")
```
[](https://travis-ci.org/trinker/textreduce)
[](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: