Skip to content

Commit

Permalink
version for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Feb 20, 2017
1 parent 2282e1b commit 1088f19
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 23 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Expand Up @@ -10,8 +10,10 @@ Description: Harness the power of 'quanteda', 'data.table' & 'stringi'
Depends: R (>= 3.2.2)
Suggests: testthat
Imports: data.table (>= 1.9.5), quanteda, slam, SnowballC, stats, tm
Date: 2017-02-16
Date: 2017-02-19
License: GPL-2
LazyData: TRUE
Roxygen: list(wrap = FALSE)
RoxygenNote: 5.0.1
URL: http://github.com/trinker/gofastr
BugReports: http://github.com/trinker/gofastr/issues
11 changes: 2 additions & 9 deletions NEWS
Expand Up @@ -17,10 +17,9 @@ And constructed with the following guidelines:
* Bug fixes and misc changes bumps the patch


gofastr 0.2.0 -
----------------------------------------------------------------

BUG FIXES
gofastr 0.2.0 - 0.2.1
----------------------------------------------------------------

NEW FEATURES

Expand All @@ -35,12 +34,6 @@ NEW FEATURES
easily import this function for their objects.


MINOR FEATURES

IMPROVEMENTS

CHANGES



gofastr 0.1.0 - 0.1.1
Expand Down
11 changes: 2 additions & 9 deletions NEWS.md
Expand Up @@ -17,10 +17,9 @@ And constructed with the following guidelines:
* Bug fixes and misc changes bumps the patch


gofastr 0.2.0 -
----------------------------------------------------------------

**BUG FIXES**
gofastr 0.2.0 - 0.2.1
----------------------------------------------------------------

**NEW FEATURES**

Expand All @@ -35,12 +34,6 @@ gofastr 0.2.0 -
easily import this function for their objects.


**MINOR FEATURES**

**IMPROVEMENTS**

**CHANGES**



gofastr 0.1.0 - 0.1.1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -434,7 +434,7 @@ significantly less code.

difftime(Sys.time(), tic)

## Time difference of 8.90318 secs
## Time difference of 9.652829 secs

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

difftime(Sys.time(), tic)

## Time difference of 0.1511071 secs
## Time difference of 0.1791401 secs

### With Stemming

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

difftime(Sys.time(), tic)

## Time difference of 9.406479 secs
## Time difference of 11.34504 secs

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

difftime(Sys.time(), tic)

## Time difference of 0.1641161 secs
## Time difference of 0.188133 secs

0 comments on commit 1088f19

Please sign in to comment.