Skip to content

Commit 39b2054

Browse files
committed
removed explicit link that causes warning CRAN
1 parent b09ca74 commit 39b2054

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: lexicon
22
Title: Lexicons for Text Analysis
3-
Version: 0.6.2
3+
Version: 0.6.3
44
Authors@R: c(person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut",
55
"cre")))
66
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ And constructed with the following guidelines:
1818

1919

2020

21-
lexicon 0.5.0 -
21+
lexicon 0.5.0 - 0.6.3
2222
----------------------------------------------------------------
2323

2424
BUG FIXES

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ And constructed with the following guidelines:
1818

1919

2020

21-
lexicon 0.5.0 -
21+
lexicon 0.5.0 - 0.6.3
2222
----------------------------------------------------------------
2323

2424
**BUG FIXES**

R/hash_sentiment_emojis.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#' uses as negative, neutral, or positive to form a probability distribution
77
#' (\eqn{p_{-}, p_{0}, p_{+}})
88
#' (\url{http://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0144296&type=printable})..
9-
#' The sentiment score is calculated via the authors formula:
9+
#' The sentiment score is calculated via the authors' formula:
1010
#' \eqn{\frac{\sum{(-1*p_{-}, 0 * p_{0}, p_{+}})}{\sum{(p_{-}, p_{0}, p_{+}})}}.
1111
#' This polarity lookup table differs from the other ones included in the
1212
#' \pkg{lexicon} package in the the first column are not words but identifiers.
1313
#' These identifiers are found in the \code{emojis_sentiment} data set. The
1414
#' typical use case is to utilize the \pkg{textclean} or \pkg{sentimentr}
15-
#' packages' \code{\link[textclean]{replace_emoji}} to swap out emojis for a
15+
#' packages' \code{replace_emoji} to swap out emojis for a
1616
#' more computer friendly identifier.
1717
#'
1818
#' @details
@@ -39,7 +39,7 @@ NULL
3939
#' each of the the emoji uses as negative, neutral, or positive to form a
4040
#' probability distribution (\eqn{p_{-}, p_{0}, p_{+}})
4141
#' (\url{http://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0144296&type=printable})..
42-
#' The sentiment score is calculated via the authors formula:
42+
#' The sentiment score is calculated via the authors' formula:
4343
#' \eqn{\frac{\sum{(-1*p_{-}, 0 * p_{0}, p_{+}})}{\sum{(p_{-}, p_{0}, p_{+}})}}.
4444
#'
4545
#' @details

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ citEntry(entry = "manual",
55
title = "{lexicon}: Lexicon Data",
66
author = "Tyler W. Rinker",
77
address = "Buffalo, New York",
8-
note = "version 0.6.2",
8+
note = "version 0.6.3",
99
year = "2017",
1010
url = "http://github.com/trinker/lexicon",
1111
textVersion = paste("Rinker, T. W. (2017).",
1212
"lexicon: Lexicon Data",
13-
"version 0.6.2.",
13+
"version 0.6.3.",
1414
"http://github.com/trinker/lexicon")
1515
)

man/emojis_sentiment.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/hash_sentiment_emojis.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)