🤷‍♂️ RStudio Addin to Search and Copy Emoji
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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.0.1
  22. URL: https://github.com/gadenbuie/ermoji
  23. BugReports: https://github.com/gadenbuie/ermoji/issues