🤷‍♂️ RStudio Addin to Search and Copy Emoji
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

23 lines
573B

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