-
Notifications
You must be signed in to change notification settings - Fork 71
/
NAMESPACE
58 lines (57 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(print,vertical)
export(cache_activate)
export(cache_clear)
export(cache_deactivate)
export(cache_info)
export(compute_parse_data_nested)
export(create_style_guide)
export(default_style_guide_attributes)
export(is_asymmetric_tilde_expr)
export(is_comment)
export(is_conditional_expr)
export(is_curly_expr)
export(is_for_expr)
export(is_function_call)
export(is_function_declaration)
export(is_symmetric_tilde_expr)
export(is_tilde_expr)
export(is_while_expr)
export(next_non_comment)
export(previous_non_comment)
export(scope_normalize)
export(specify_math_token_spacing)
export(specify_reindention)
export(specify_transformers_drop)
export(style_dir)
export(style_file)
export(style_pkg)
export(style_text)
export(tidyverse_math_token_spacing)
export(tidyverse_reindention)
export(tidyverse_style)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,flatten)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_int)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_at)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,partial)
importFrom(purrr,pmap)
importFrom(purrr,pwalk)
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,check_installed)
importFrom(rlang,is_installed)
importFrom(rlang,seq2)
importFrom(rlang,set_names)
importFrom(rlang,warn)
importFrom(vctrs,vec_rbind)
importFrom(vctrs,vec_slice)
importFrom(vctrs,vec_split)