🤷‍♂️ 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.

24 lines
574B

  1. Package: ermoji
  2. Version: 0.1.0
  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
  8. Encoding: UTF-8
  9. LazyData: true
  10. ByteCompile: true
  11. Imports:
  12. emo,
  13. DT,
  14. purrr,
  15. clipr
  16. Remotes: hadley/emo
  17. Depends:
  18. shiny,
  19. miniUI
  20. Roxygen: list(markdown = TRUE)
  21. RoxygenNote: 6.1.0
  22. URL: https://github.com/gadenbuie/ermoji
  23. BugReports: https://github.com/gadenbuie/ermoji/issues