Skip to content

Commit b3af0a0

Browse files
committed
bumped after CRAN submit
1 parent 39b2054 commit b3af0a0

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-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.3
3+
Version: 0.7.0
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: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ And constructed with the following guidelines:
1818

1919

2020

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

24-
BUG FIXES
24+
25+
26+
27+
28+
lexicon 0.5.0 - 0.6.3
29+
----------------------------------------------------------------
2530

2631
NEW FEATURES
2732

@@ -43,8 +48,6 @@ NEW FEATURES
4348
emojis.
4449

4550

46-
MINOR FEATURES
47-
4851
IMPROVEMENTS
4952

5053
* `hash_valence_shifters` added following negators: "daren't", "hadn't",

NEWS.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ And constructed with the following guidelines:
1818

1919

2020

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

24-
**BUG FIXES**
24+
25+
26+
27+
28+
lexicon 0.5.0 - 0.6.3
29+
----------------------------------------------------------------
2530

2631
**NEW FEATURES**
2732

@@ -43,8 +48,6 @@ lexicon 0.5.0 - 0.6.3
4348
emojis.
4449

4550

46-
**MINOR FEATURES**
47-
4851
**IMPROVEMENTS**
4952

5053
* `hash_valence_shifters` added following negators: "daren't", "hadn't",

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.3",
8+
note = "version 0.7.0",
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.3.",
13+
"version 0.7.0.",
1414
"http://github.com/trinker/lexicon")
1515
)

0 commit comments

Comments
 (0)