-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
112 lines (111 loc) · 2.73 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Generated by roxygen2: do not edit by hand
export("%all_in%")
export("%has_names%")
export(add_class)
export(all_in)
export(apply_minmax_scale)
export(apply_quantile_scale)
export(apply_uniform_scale)
export(calculate_arithmetic_mean)
export(calculate_distance)
export(calculate_geometric_mean)
export(calculate_harmonic_mean)
export(calculate_mean)
export(calculate_similarity)
export(check_packages)
export(correlation_distance)
export(euclidean_distance)
export(expand_matrix)
export(extend_with)
export(extract_row_to_list)
export(get_h5_test_data)
export(has_names)
export(inherit_default_params)
export(install_packages)
export(is_bounded)
export(is_single_numeric)
export(is_sparse)
export(list_as_tibble)
export(list_distance_methods)
export(list_similarity_methods)
export(mapdf)
export(mapdf_chr)
export(mapdf_dbl)
export(mapdf_dfc)
export(mapdf_dfr)
export(mapdf_int)
export(mapdf_lat)
export(mapdf_lgl)
export(project_to_segments)
export(random_time_string)
export(read_h5)
export(read_h5_)
export(recent_news)
export(safe_tempdir)
export(scale_minmax)
export(scale_quantile)
export(scale_uniform)
export(switch_cran)
export(switch_devel)
export(switch_master)
export(test_h5_installation)
export(tibble_as_list)
export(walkdf)
export(write_h5)
export(write_h5_)
importFrom(Matrix,Matrix)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(assertthat,"%has_name%")
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(desc,desc)
importFrom(dplyr,enquo)
importFrom(dplyr,n)
importFrom(dplyr,slice)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(methods,as)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(proxyC,dist)
importFrom(proxyC,simil)
importFrom(purrr,"%>%")
importFrom(purrr,"%||%")
importFrom(purrr,as_mapper)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_at)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(remotes,install_cran)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_subset)
importFrom(tibble,as_tibble)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(utils,installed.packages)
importFrom(utils,setRepositories)
useDynLib(dynutils)