-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 825 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(fill_na,data.frame)
S3method(fill_na,default)
S3method(fill_na,tbl_df)
export("%>%")
export(add_row)
export(as_data_frame)
export(as_tibble)
export(auc)
export(bd2gcj)
export(bd2wgs)
export(binary_search_cpp)
export(binary_search_r)
export(cal_gps_dist)
export(cal_user_coef)
export(data_frame)
export(fill_na)
export(fmt_gps_json)
export(gcj2bd)
export(gcj2wgs)
export(get_score)
export(get_score_vec)
export(glimpse)
export(rf2score)
export(sum_rf_score)
export(tibble)
export(wgs2bd)
export(wgs2gcj)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(tibble,add_row)
importFrom(tibble,as_data_frame)
importFrom(tibble,as_tibble)
importFrom(tibble,data_frame)
importFrom(tibble,glimpse)
importFrom(tibble,tibble)
useDynLib(pjutils, .registration = TRUE)