Skip to content

Commit

Permalink
bumped cran version
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Jan 20, 2017
1 parent b7c2903 commit ebcb12e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,14 +1,14 @@
Package: textclean
Title: Text Cleaning Tools
Version: 0.2.2
Version: 0.2.3
Authors@R: c(person("Tyler", "Rinker", email =
"tyler.rinker@gmail.com", role = c("aut", "cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Description: Tools to clean and process text.
Depends: R (>= 3.2.3)
Imports: english, qdapRegex, stringi, textshape, utils
Suggests: testthat, lexicon
Date: 2017-01-16
Date: 2017-01-19
License: GPL-2
LazyData: TRUE
Roxygen: list(wrap = FALSE)
Expand Down
21 changes: 17 additions & 4 deletions NEWS
Expand Up @@ -17,7 +17,23 @@ And constructed with the following guidelines:
* Bug fixes and misc changes bumps the patch


textclean 0.2.1 -

textclean 0.2.3 -
----------------------------------------------------------------

BUG FIXES

NEW FEATURES

MINOR FEATURES

IMPROVEMENTS

CHANGES



textclean 0.2.1 - 0.2.2
----------------------------------------------------------------

BUG FIXES
Expand All @@ -32,15 +48,12 @@ NEW FEATURES

* `replace_html` added to remove html tags and repalce symbols with appropriate
ASCII symbols.

MINOR FEATURES

IMPROVEMENTS

* `replace_number` now uses the *english* package making it faster and more
maintainable. In addition, the function now handles decimal places as well.

CHANGES


textclean 0.1.0 - 0.2.0
Expand Down
21 changes: 17 additions & 4 deletions NEWS.md
Expand Up @@ -17,7 +17,23 @@ And constructed with the following guidelines:
* Bug fixes and misc changes bumps the patch


textclean 0.2.1 -

textclean 0.2.3 -
----------------------------------------------------------------

**BUG FIXES**

**NEW FEATURES**

**MINOR FEATURES**

**IMPROVEMENTS**

**CHANGES**



textclean 0.2.1 - 0.2.2
----------------------------------------------------------------

**BUG FIXES**
Expand All @@ -32,15 +48,12 @@ textclean 0.2.1 -

* `replace_html` added to remove html tags and repalce symbols with appropriate
ASCII symbols.

**MINOR FEATURES**

**IMPROVEMENTS**

* `replace_number` now uses the *english* package making it faster and more
maintainable. In addition, the function now handles decimal places as well.

**CHANGES**


textclean 0.1.0 - 0.2.0
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Expand Up @@ -6,11 +6,11 @@ citEntry(entry = "manual",
author = "Tyler W. Rinker",
organization = "University at Buffalo/SUNY",
address = "Buffalo, New York",
note = "version 0.2.2",
note = "version 0.2.3",
year = "2016",
url = "http://github.com/trinker/textclean",
textVersion = paste("Rinker, T. W. (2016).",
"textclean: Text Cleaning Tools",
"version 0.2.2. University at Buffalo. Buffalo, New York.",
"version 0.2.3. University at Buffalo. Buffalo, New York.",
"http://github.com/trinker/textclean")
)

0 comments on commit ebcb12e

Please sign in to comment.