Skip to content

Commit 12f71d5

Browse files
committed
added repo status
1 parent 34d0d27 commit 12f71d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ nr <- numform::f_comma(length(presidential_debates_2012$dialogue))
1818
nw <- numform::f_comma(sum(stringi::stri_count_words(presidential_debates_2012$dialogue), na.rm = TRUE))
1919
````
2020
21+
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repostatus.org/#active)
2122
[![Build Status](https://travis-ci.org/trinker/textstem.svg?branch=master)](https://travis-ci.org/trinker/textstem)
2223
[![Coverage Status](https://coveralls.io/repos/trinker/textstem/badge.svg?branch=master)](https://coveralls.io/r/trinker/textstem?branch=master)
2324
`r verbadge`

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ textstem [![Follow](https://img.shields.io/twitter/follow/tylerrinker.svg?styl
22
============
33

44

5+
[![Project Status: Active - The project has reached a stable, usable
6+
state and is being actively
7+
developed.](http://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repostatus.org/#active)
58
[![Build
69
Status](https://travis-ci.org/trinker/textstem.svg?branch=master)](https://travis-ci.org/trinker/textstem)
710
[![Coverage
@@ -251,7 +254,7 @@ It's pretty fast too. Observe:
251254

252255
(toc <- Sys.time() - tic)
253256

254-
## Time difference of 0.1150808 secs
257+
## Time difference of 0.122086 secs
255258

256259
That's 2,912 rows of text, or 42,708 words, in 0.12 seconds.
257260

0 commit comments

Comments
 (0)