Package: ermoji
Title: RStudio Addin to Search and Copy Emoji
Version: 0.2.0
Authors@R: 
    person(given = "Garrick",
           family = "Aden-Buie",
           role = c("aut", "cre"),
           email = "garrick@adenbuie.com",
           comment = c(ORCID = "0000-0002-7111-0077"))
Description: RStudio addin to search through emoji and copy the
    emoji name, unicode string or glyph to the clipboard.
License: MIT + file LICENSE
URL: https://github.com/gadenbuie/ermoji
BugReports: https://github.com/gadenbuie/ermoji/issues
Imports: 
    clipr,
    DT,
    emo,
    miniUI,
    rstudioapi,
    shiny
Remotes: 
    hadley/emo
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
