forked from hadley/emo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (56 loc) · 1.32 KB
/
NAMESPACE
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Generated by roxygen2: do not edit by hand
S3method(print,clock)
S3method(print,diamond)
S3method(print,emoji)
S3method(print,emoji_completion)
S3method(print,fisher_alphabet)
S3method(print,flag)
S3method(print,keycap)
S3method(print,medal)
S3method(print,moon)
S3method(print,square)
export(clock)
export(day_in_synodic_cycle)
export(diamond)
export(flag)
export(ji)
export(ji_completion)
export(ji_count)
export(ji_detect)
export(ji_extract_all)
export(ji_find)
export(ji_fisher)
export(ji_glue)
export(ji_locate_all)
export(ji_match)
export(ji_match_all)
export(ji_p)
export(ji_replace_all)
export(ji_subset)
export(ji_which)
export(keycap)
export(medal)
export(moon)
export(square)
importFrom(assertthat,assert_that)
importFrom(crayon,silver)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(lubridate,ymd)
importFrom(purrr,map_chr)
importFrom(purrr,walk2)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_locate)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_subset)
importFrom(stringr,str_which)
importFrom(utils,globalVariables)