forked from r-lib/styler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(print,vertical)
export(cache_activate)
export(cache_clear)
export(cache_deactivate)
export(cache_info)
export(create_style_guide)
export(default_style_guide_attributes)
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)
import(tibble)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_names)
importFrom(purrr,as_mapper)
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,map2_lgl)
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(purrr,when)
importFrom(rlang,abort)
importFrom(rlang,is_empty)
importFrom(rlang,is_installed)
importFrom(rlang,seq2)
importFrom(rlang,warn)
importFrom(rlang,with_handlers)
importFrom(utils,capture.output)
importFrom(utils,tail)
importFrom(utils,write.table)