🤷‍♂️ RStudio Addin to Search and Copy Emoji
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

29 行
731B

  1. Package: ermoji
  2. Title: RStudio Addin to Search and Copy Emoji
  3. Version: 0.2.0
  4. Authors@R:
  5. person(given = "Garrick",
  6. family = "Aden-Buie",
  7. role = c("aut", "cre"),
  8. email = "garrick@adenbuie.com",
  9. comment = c(ORCID = "0000-0002-7111-0077"))
  10. Description: RStudio addin to search through emoji and copy the
  11. emoji name, unicode string or glyph to the clipboard.
  12. License: MIT + file LICENSE
  13. URL: https://github.com/gadenbuie/ermoji
  14. BugReports: https://github.com/gadenbuie/ermoji/issues
  15. Imports:
  16. clipr,
  17. DT,
  18. emo,
  19. miniUI,
  20. rstudioapi,
  21. shiny
  22. Remotes:
  23. hadley/emo
  24. ByteCompile: true
  25. Encoding: UTF-8
  26. LazyData: true
  27. Roxygen: list(markdown = TRUE)
  28. RoxygenNote: 7.1.1