File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export(style_text)
31
31
export(tidyverse_math_token_spacing)
32
32
export(tidyverse_reindention)
33
33
export(tidyverse_style)
34
- importFrom(magrittr,)
34
+ importFrom(magrittr,"%>%" )
35
35
importFrom(purrr,compact)
36
36
importFrom(purrr,flatten)
37
37
importFrom(purrr,flatten_chr)
@@ -46,6 +46,7 @@ importFrom(purrr,map_lgl)
46
46
importFrom(purrr,partial)
47
47
importFrom(purrr,pmap)
48
48
importFrom(purrr,pwalk)
49
+ importFrom(rlang,"%||%")
49
50
importFrom(rlang,abort)
50
51
importFrom(rlang,check_installed)
51
52
importFrom(rlang,is_installed)
Original file line number Diff line number Diff line change 18
18
# ' style_text("a%>%b; a", scope = "tokens")
19
19
" _PACKAGE"
20
20
21
- # # usethis namespace: start
21
+ # # styler namespace: start
22
22
# '
23
- # ' @importFrom magrittr " %>%"
23
+ # ' @importFrom magrittr %>%
24
24
# ' @importFrom purrr compact partial flatten flatten_int flatten_chr
25
25
# ' @importFrom purrr map map_lgl map_int map_chr map2 map2_chr map_at pmap pwalk
26
- # ' @importFrom rlang abort warn seq2 check_installed is_installed " %||%" set_names
26
+ # ' @importFrom rlang abort warn seq2 check_installed is_installed %||% set_names
27
27
# ' @importFrom vctrs vec_rbind vec_slice vec_split
28
- # # usethis namespace: end
28
+ # '
29
+ # # styler namespace: end
29
30
NULL
30
31
31
32
You can’t perform that action at this time.
0 commit comments