Package: emo Title: Easily Insert 'Emoji' Version: 0.0.0.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")), person("Romain", "François", , "romain@thinkr.fr", role = c("aut")), person("Lucy", "D'Agostino McGowan", email = "ld.mcgowan@vanderbilt.edu", role = c("aut")), person("RStudio", role = "cph") ) Description: Makes it easy to insert 'emoji' based on either their name or a descriptive keyword. Depends: R (>= 2.10) License: GPL-3 Encoding: UTF-8 LazyData: true Imports: stringr, glue (>= 1.3.0), crayon, utils, magrittr, assertthat, lubridate, rlang, purrr RoxygenNote: 6.0.1.9000 URL: https://github.com/hadley/emo BugReports: https://github.com/hadley/emo/issues Suggests: testthat, dplyr Config/pak/sysreqs: libicu-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2019-12-13 22:56:59 UTC RemoteUrl: https://github.com/hadley/emo RemoteRef: HEAD RemoteSha: 3f03b11491ce3d6fc5601e210927eff73bf8e350 NeedsCompilation: no Packaged: 2026-06-11 09:18:17 UTC; root Author: Hadley Wickham [aut, cre], Romain François [aut], Lucy D'Agostino McGowan [aut], RStudio [cph] Maintainer: Hadley Wickham