Skip to content

Commit

Permalink
Prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Sep 18, 2020
1 parent 838427b commit 2e25044
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rwhatsapp
Title: Import and Handling for 'WhatsApp' Chat Logs
Version: 0.2.2.9000
Date: 2020-07-01
Version: 0.2.3
Date: 2020-09-18
Authors@R: person("Johannes", "Gruber", email = "[email protected]",
role = c("aut", "cre"))
Description: A straightforward, easy-to-use and robust parsing package which aims to
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Updated emoji data to unicode Emoji List v13.0.
* lookup_emoji is now an exported function.
* Bug fixes for several time formats

# rwhatsapp 0.2.2

Expand Down
2 changes: 1 addition & 1 deletion R/emoji_lookup.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lookup_emoji.character <- function(x, ...) {

id <- seq_along(x)
text <- stri_replace_all_charclass(x, "[[:punct:][:whitespace:]]", "")
l <- stri_split_boundaries(x, type = "character")
l <- stri_split_boundaries(text, type = "character")

lookup <- tibble(id = rep(id, sapply(l, length)), emoji = unlist(l))

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
* local Kubuntu 18.04, R version 3.6.3
* local Kubuntu 18.04, R version 4.0.2
* win-builder.r-project.org, R-release, R-oldrelease, R-devel
* R-hub via rhub::check_for_cran()
* macOS 10.13 (on travis-ci), R: release
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ bibentry(bibtype = "Manual",
author = as.person("Johannes Gruber"),
year = format(Sys.Date(), "%Y"),
url = "https://github.com/JBGruber/rwhatsapp",
note = "R package version 0.2.2"
note = "R package version 0.2.3"
)
2 changes: 0 additions & 2 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Artur
Artur's
Artur’s
chr
com
das
dplyr
Expand All @@ -14,7 +13,6 @@ im
ja
jaa
joh
johannes
Macbook
ne
oman
Expand Down

0 comments on commit 2e25044

Please sign in to comment.