forked from hadley/emo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 841 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: emo
Title: Easily Insert 'Emoji'
Version: 0.0.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Romain", "François", , "[email protected]", role = c("aut")),
person("Lucy", "D'Agostino McGowan", email = "[email protected]", role = c("aut")),
person("RStudio", role = "cph")
)
Description: Makes it easy to insert 'emoji' based on either their name
or a descriptive keyword.
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
stringr,
glue (>= 1.2.0.9000),
crayon,
utils,
magrittr,
assertthat,
lubridate,
rlang,
purrr
RoxygenNote: 6.0.1.9000
URL: https://github.com/hadley/emo
BugReports: https://github.com/hadley/emo/issues
Suggests:
testthat,
dplyr
Remotes: tidyverse/glue