https://github.com/trinker/textcleanlite
https://github.com/trinker/textcleanlite
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trinker/textcleanlite
- Owner: trinker
- Created: 2016-04-20T13:53:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T14:00:21.000Z (about 10 years ago)
- Last Synced: 2025-04-08T16:13:57.356Z (about 1 year ago)
- Language: R
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS
Awesome Lists containing this project
README
---
title: "textcleanLite"
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)
````
**textcleanLite** is lite version of [textclean](https://github.com/trinker/textclean) without the `check_text` (hunspell dependency).
# Installation
To download the development version of **textcleanLite**:
Download the [zip ball](https://github.com/trinker/textcleanLite/zipball/master) or [tar ball](https://github.com/trinker/textcleanLite/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/textcleanLite")
```
# Contact
You are welcome to:
- submit suggestions and bug-reports at:
- send a pull request on:
- compose a friendly e-mail to: