🤷‍♂️ RStudio Addin to Search and Copy Emoji
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

24 lines
589B

  1. Package: ermoji
  2. Title: RStudio Addin to Search and Copy Emoji
  3. Version: 0.2.0
  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. rstudioapi,
  16. shiny
  17. Remotes:
  18. hadley/emo
  19. ByteCompile: true
  20. Encoding: UTF-8
  21. LazyData: true
  22. Roxygen: list(markdown = TRUE)
  23. RoxygenNote: 7.1.1