Package: emoji
Title: Data and Function to Work with Emojis
Version: 0.1.0
Authors@R: c(
    person(given = "Emil",
           family = "Hvitfeldt",
           role = c("aut", "cre"),
           email = "emilhhvitfeldt@gmail.com",
           comment = c(ORCID = "0000-0002-0679-1945")),
    person(given = "Hadley",
           family = "Wickham",
           email = "hadley@rstudio.com", 
           role = "ctb", 
           comment = "Data parsing code from hadley/emo"),
    person(given = "Romain",
           family = "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
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9001
Depends: R (>= 2.10)
URL: https://emilhvitfeldt.github.io/emoji/,
        https://github.com/EmilHvitfeldt/emoji
BugReports: https://github.com/EmilHvitfeldt/emoji/issues
Imports: stringr
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-07-26 23:41:30 UTC; emilhvitfeldthansen
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>),
  Hadley Wickham [ctb] (Data parsing code from hadley/emo),
  Romain François [ctb] (Data parsing code from hadley/emo)
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-27 08:40:02 UTC
