-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(add_mase_scale_feat)
export(add_spatial_lags)
export(add_tsfeatures)
export(as_label)
export(as_name)
export(cles)
export(create_dtw_grids)
export(descale_by_mase)
export(dtw_dist_gridsearch)
export(enquo)
export(enquos)
export(expr)
export(get_boot_ci)
export(prewhitened_ccf)
export(scale_by_mase)
export(sym)
export(syms)
export(test_fable_resids)
export(test_lm_resids)
export(to_js_array)
importFrom(chk,chk_character)
importFrom(chk,chk_numeric)
importFrom(chk,chk_s3_class)
importFrom(chk,chk_subset)
importFrom(dplyr,bind_cols)
importFrom(dplyr,relocate)
importFrom(magrittr,"%>%")
importFrom(purrr,list_cbind)
importFrom(purrr,list_flatten)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,reduce2)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,list2)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(spdep,lag.listw)
importFrom(spdep,nb2listw)
importFrom(spdep,nb2listwdist)
importFrom(spdep,nblag)
importFrom(tibble,tibble)