瀏覽代碼

Add GitHub links to DESCRIPTION

tags/v0.1.1
Garrick Aden-Buie 8 年之前
當前提交
d77c6d1d12
共有 1 個檔案被更改,包括 23 行新增0 行删除
  1. +23
    -0
      DESCRIPTION

+ 23
- 0
DESCRIPTION 查看文件

@@ -0,0 +1,23 @@
Package: ermoji
Version: 0.1.0
Title: RStudio Addin to Search and Copy Emoji
Description: RStudio addin to search through emoji and copy the emoji name,
unicode string or gliph to the clipboard.
Authors@R: "Garrrick Aden-Buie <g.adenbuie@gmail.com> [aut, cre]"
License: MIT
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports:
emo,
DT,
purrr,
clipr
Remotes: hadley/emo
Depends:
shiny,
miniUI
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
URL: https://github.com/gadenbuie/ermoji
BugReports: https://github.com/gadenbuie/ermoji/issues

Loading…
取消
儲存