Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Dec 9, 2017
1 parent f5e3302 commit 0a810f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: textclean
Title: Text Cleaning Tools
Version: 0.4.1
Version: 0.5.0
Authors@R: c(person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut",
"cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions R/replace_emoji.R
Expand Up @@ -2,14 +2,14 @@
#'
#' Replaces emojis with word equivalents or a token identifier for use in the
#' \pkg{sentimentr} package. Not that this function will coerce the text to
#' ascii using \code{Encoding(x) <- "latin1"; iconv(x, "latin1", "ASCII", "byte")}.
#' ASCII using \code{Encoding(x) <- "latin1"; iconv(x, "latin1", "ASCII", "byte")}.
#' The function \code{replace_emoji} replaces emojis with text representations
#' while \code{replace_emoji_identifier} replaces with a unique identifier that
#' corresponds to \code{lexicon::hash_sentiment_emoji} for use in the
#' \pkg{sentimentr} package.
#'
#' @param x The text variable.
#' @param emoji_dt A \pkg{data.table} of emojis (ascii byte representations)
#' @param emoji_dt A \pkg{data.table} of emojis (ASCII byte representations)
#' and corresponding word/identifier meanings.
#' @param \ldots Other arguments passed to \code{.mgsub} (see
#' \code{textclean:::.mgsub} for details).
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.4.1",
note = "version 0.5.0",
year = "2017",
url = "http://github.com/trinker/textclean",
textVersion = paste("Rinker, T. W. (2017).",
"textclean: Text Cleaning Tools",
"version 0.4.1. University at Buffalo. Buffalo, New York.",
"version 0.5.0. University at Buffalo. Buffalo, New York.",
"http://github.com/trinker/textclean")
)
4 changes: 2 additions & 2 deletions man/replace_emoji.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a810f3

Please sign in to comment.