Package: emoji Title: Data and Function to Work with Emojis Version: 16.0.0.9000 Authors@R: c( person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")), person("Hadley", "Wickham", , "hadley@rstudio.com", role = "ctb", comment = "Data parsing code from hadley/emo"), person("Romain", "François", role = "ctb", comment = "Data parsing code from hadley/emo") ) Description: Contains data about emojis with relevant metadata, and functions to work with emojis when they are in strings. License: MIT + file LICENSE URL: https://emilhvitfeldt.github.io/emoji/, https://github.com/EmilHvitfeldt/emoji BugReports: https://github.com/EmilHvitfeldt/emoji/issues Depends: R (>= 3.5) Imports: glue, stringr, tibble Suggests: covr, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev Repository: https://emilhvitfeldt.r-universe.dev Date/Publication: 2024-10-28 16:54:26 UTC RemoteUrl: https://github.com/emilhvitfeldt/emoji RemoteRef: HEAD RemoteSha: e91030632ab197c11e124f0a136a5611df0bb114 NeedsCompilation: no Packaged: 2026-06-22 11:06:49 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ), Hadley Wickham [ctb] (Data parsing code from hadley/emo), Romain François [ctb] (Data parsing code from hadley/emo) Maintainer: Emil Hvitfeldt