-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
75 lines (74 loc) · 2.07 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Generated by roxygen2: do not edit by hand
export(create_chatlog)
export(download_emoji)
export(parse_android)
export(parse_chat)
export(parse_ios)
export(plot_emoji)
export(plot_lexical_dispersion)
export(plot_links)
export(plot_locations)
export(plot_media)
export(plot_messages)
export(plot_network)
export(plot_replytimes)
export(plot_smilies)
export(plot_tokens)
export(plot_tokens_over_time)
export(plot_wordcloud)
export(summarize_chat)
export(summarize_tokens_per_person)
export(tailor_chat)
import(ggplot2)
import(ragg)
importFrom(anytime,anytime)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_numeric)
importFrom(data.table,":=")
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,data.table)
importFrom(data.table,rleid)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,row_number)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggwordcloud,geom_text_wordcloud_area)
importFrom(grDevices,rainbow)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addLegend)
importFrom(leaflet,addTiles)
importFrom(leaflet,leaflet)
importFrom(leaflet,setView)
importFrom(lubridate,parse_date_time)
importFrom(methods,is)
importFrom(mgsub,mgsub)
importFrom(qdap,dispersion_plot)
importFrom(qdap,term_match)
importFrom(qdapRegex,ex_emoticon)
importFrom(qdapRegex,rm_between)
importFrom(qdapRegex,rm_default)
importFrom(qdapRegex,rm_non_words)
importFrom(qdapRegex,rm_url)
importFrom(readr,parse_character)
importFrom(stats,na.omit)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stringi,stri_extract_all)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_replace_all)
importFrom(stringi,stri_split)
importFrom(stringi,stri_split_boundaries)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trans_totitle)
importFrom(tokenizers,tokenize_words)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(visNetwork,visEdges)
importFrom(visNetwork,visNetwork)