Package: tidyEmoji Type: Package Title: Discover, Count, Categorise, Score, Translate and Relate Emoji in Text Version: 0.3.0 Authors@R: c(person(given = "Youzhi", family = "Yu", role = c("aut", "cre"), email = "yuyouzhi666@icloud.com")) Description: A tidy toolkit for working with the emoji in any text column, such as social-media posts, product reviews, chat logs or survey responses. Unicode is awkward to handle and not every code point is an emoji, which makes emoji statistics fiddly to obtain. 'tidyEmoji' extracts, counts, categorises, sentiment-scores and emotion-scores emoji, converts them to and from text (for accessibility and NLP preprocessing), searches the emoji catalogue, maps emoji co-occurrence and sequences (graph-ready edge lists and n-grams), measures where and how densely emoji are used, and builds document-by-emoji feature tables for machine learning, with grapheme-aware detection (so skin-tone and multi-person sequences stay intact), returning tidy data frames that slot straight into a 'tidyverse' workflow. The bundled emoji sentiment lexicon is from the Emoji Sentiment Ranking of Kralj Novak et al. (2015) , released under CC BY-SA 4.0; the emotion lexicon is from EmoTag1200 of Shoeb & de Melo (2020) , released under the MIT licence. License: GPL (>= 3) URL: https://pursuitofdatascience.github.io/tidyEmoji/ BugReports: https://github.com/PursuitOfDataScience/tidyEmoji/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 3.5.0) Imports: dplyr (>= 1.1.0), emoji, lifecycle, rlang, stats, tibble, tidyr, utils Suggests: rmarkdown, knitr, testthat (>= 3.0.0), ggplot2, readr, forcats, stringr Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://pursuitofdatascience.r-universe.dev Date/Publication: 2026-07-02 19:58:08 UTC RemoteUrl: https://github.com/pursuitofdatascience/tidyemoji RemoteRef: HEAD RemoteSha: 887b4325f0e67c0bacfcec1803a11ead962eeaff NeedsCompilation: no Packaged: 2026-07-02 21:04:38 UTC; root Author: Youzhi Yu [aut, cre] Maintainer: Youzhi Yu