| @@ -1,7 +1,12 @@ | |||
| Package: ermoji | |||
| Title: RStudio Addin to Search and Copy Emoji | |||
| Version: 0.2.0 | |||
| Authors@R: "Garrick Aden-Buie <garrick@adenbuie.com> [aut, cre]" | |||
| 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 | |||