Skip to content

Commit

Permalink
fixed typos and bumped version
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:trinker/gofastr

Conflicts:
	inst/CITATION
  • Loading branch information
trinker committed Jan 1, 2017
2 parents f0ddaa2 + 4c5803a commit 86943f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gofastr
Title: Fast DocumentTermMatrix and TermDocumentMatric Creation
Version: 0.1.0
Title: Fast DocumentTermMatrix and TermDocumentMatrix Creation
Version: 0.1.1
Authors@R: c(person("Tyler", "Rinker", email =
"tyler.rinker@gmail.com", role = c("aut", "cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repo
Status](https://travis-ci.org/trinker/gofastr.svg?branch=master)](https://travis-ci.org/trinker/gofastr)
[![Coverage
Status](https://coveralls.io/repos/trinker/gofastr/badge.svg?branch=master)](https://coveralls.io/r/trinker/gofastr?branch=master)
<a href="https://img.shields.io/badge/Version-0.1.0-orange.svg"><img src="https://img.shields.io/badge/Version-0.1.0-orange.svg" alt="Version"/></a>
<a href="https://img.shields.io/badge/Version-0.1.1-orange.svg"><img src="https://img.shields.io/badge/Version-0.1.1-orange.svg" alt="Version"/></a>
</p>
<img src="inst/gofastr_logo/r_gofastr.png" width="150" alt="readability Logo">

Expand Down Expand Up @@ -443,7 +443,7 @@ significantly less code.

difftime(Sys.time(), tic)

## Time difference of 8.604305 secs
## Time difference of 10.06477 secs

## gofastr Timing
tic <- Sys.time()
Expand All @@ -458,7 +458,7 @@ significantly less code.

difftime(Sys.time(), tic)

## Time difference of 0.09907007 secs
## Time difference of 0.123091 secs

### With Stemming

Expand Down Expand Up @@ -490,7 +490,7 @@ significantly less code.

difftime(Sys.time(), tic)

## Time difference of 9.184908 secs
## Time difference of 10.12016 secs

## gofastr Timing
tic <- Sys.time()
Expand All @@ -508,4 +508,4 @@ significantly less code.

difftime(Sys.time(), tic)

## Time difference of 0.548388 secs
## Time difference of 0.544384 secs
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ citHeader("To cite gofastr in publications, please use:")


citEntry(entry = "manual",
title = "{gofastr}: Fast DocumentTermMatrix and TermDocumentMatric Creation",
title = "{gofastr}: Fast DocumentTermMatrix and TermDocumentMatrix Creation",
author = "Tyler W. Rinker",
organization = "University at Buffalo/SUNY",
address = "Buffalo, New York",
note = "version 0.1.0",
note = "version 0.1.1",
year = "2017",
url = "http://github.com/trinker/gofastr",
textVersion = paste("Rinker, T. W. (2017).",
"gofastr: Fast DocumentTermMatrix and TermDocumentMatric Creation",
"version 0.1.0. University at Buffalo. Buffalo, New York.",
"gofastr: Fast DocumentTermMatrix and TermDocumentMatrix Creation",
"version 0.1.1. University at Buffalo. Buffalo, New York.",
"http://github.com/trinker/gofastr")
)

0 comments on commit 86943f7

Please sign in to comment.