-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·84 lines (83 loc) · 2.17 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
# Generated by roxygen2: do not edit by hand
export(bf_case)
export(bf_decode)
export(bf_encode)
export(bf_histogram)
export(bf_identical)
export(bf_inf)
export(bf_length)
export(bf_match)
export(bf_na)
export(bf_nan)
export(bf_null)
export(bf_numeric)
export(bf_range)
export(bf_registry)
export(bf_residuals)
export(bf_summarise)
export(bf_type)
importFrom(checkmate,assertCharacter)
importFrom(checkmate,assertChoice)
importFrom(checkmate,assertClass)
importFrom(checkmate,assertDataFrame)
importFrom(checkmate,assertIntegerish)
importFrom(checkmate,assertList)
importFrom(checkmate,assertLogical)
importFrom(checkmate,assertNames)
importFrom(checkmate,assertNumeric)
importFrom(checkmate,assertSubset)
importFrom(checkmate,assertTRUE)
importFrom(crayon,cyan)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(methods,new)
importFrom(purrr,map)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(rlang,`:=`)
importFrom(rlang,as_label)
importFrom(rlang,enquos)
importFrom(rlang,env_bind)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,get_expr)
importFrom(rlang,new_environment)
importFrom(rlang,parse_expr)
importFrom(rlang,quo)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_set_env)
importFrom(rlang,quos)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_i)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,separate)
importFrom(tidyr,separate_longer_delim)
importFrom(tidyr,separate_wider_position)
importFrom(tidyr,unite)
importFrom(tidyselect,everything)
importFrom(utils,head)
importFrom(utils,packageVersion)