🤷‍♂️ RStudio Addin to Search and Copy Emoji
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
578B

  1. Package: ermoji
  2. Version: 0.1.1
  3. Title: RStudio Addin to Search and Copy Emoji
  4. Description: RStudio addin to search through emoji and copy the emoji name,
  5. unicode string or gliph to the clipboard.
  6. Authors@R: "Garrrick Aden-Buie <g.adenbuie@gmail.com> [aut, cre]"
  7. License: MIT + file LICENSE
  8. Encoding: UTF-8
  9. LazyData: true
  10. ByteCompile: true
  11. Imports:
  12. emo,
  13. DT,
  14. clipr
  15. Remotes: hadley/emo
  16. Depends:
  17. shiny,
  18. miniUI
  19. Roxygen: list(markdown = TRUE)
  20. RoxygenNote: 6.1.0
  21. URL: https://github.com/gadenbuie/ermoji
  22. BugReports: https://github.com/gadenbuie/ermoji/issues