https://github.com/leeper/textcolor
https://github.com/leeper/textcolor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/leeper/textcolor
- Owner: leeper
- License: other
- Created: 2017-04-22T13:03:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T12:43:44.000Z (over 8 years ago)
- Last Synced: 2025-03-24T06:11:55.317Z (over 1 year ago)
- Language: R
- Size: 80.1 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Summarize Text Models by Visualizing a Source Text
**textcolor** is a package for something...
```{r}
library("textcolor")
# do something
```
## Installation
[](https://cran.r-project.org/package=textcolor)

[](https://travis-ci.org/leeper/textcolor)
[](https://ci.appveyor.com/project/leeper/textcolor)
[](https://codecov.io/github/leeper/textcolor?branch=master)
This package is not yet on CRAN. To install the latest development version you can install from Github:
```R
if (!require("ghit")) {
install.packages("ghit")
}
ghit::install_github("leeper/textcolor")
```