-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(address_distance)
export(address_similarity)
export(complete_address)
export(complete_address_all)
export(cut_words)
export(lat_lng_to_address)
export(lat_lng_to_address_all)
export(multi_address_distance)
export(multi_address_similarity)
export(multi_complete_address)
export(words_cos_similarity)
export(words_jaccard_similarity)
importFrom(cli,cat_line)
importFrom(creditmodel,checking_data)
importFrom(creditmodel,get_names)
importFrom(creditmodel,loop_function)
importFrom(creditmodel,love_color)
importFrom(creditmodel,quick_as_df)
importFrom(creditmodel,start_parallel_computing)
importFrom(creditmodel,stop_parallel_computing)
importFrom(data.table,dcast)
importFrom(data.table,fwrite)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(geosphere,distVincentyEllipsoid)
importFrom(geosphere,distm)
importFrom(jiebaR,DICTPATH)
importFrom(jiebaR,qseg)
importFrom(jiebaR,segment)
importFrom(jiebaR,worker)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parSapply)
importFrom(rjson,fromJSON)
importFrom(stats,aggregate)
importFrom(stringr,boundary)
importFrom(stringr,str_to_lower)
importFrom(utils,URLencode)
importFrom(utils,data)