Skip to content

Commit 94e30f8

Browse files
Don't import entire tibble package
1 parent 60ff313 commit 94e30f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export(style_text)
1717
export(tidyverse_math_token_spacing)
1818
export(tidyverse_reindention)
1919
export(tidyverse_style)
20-
import(tibble)
2120
importFrom(magrittr,"%>%")
2221
importFrom(magrittr,or)
2322
importFrom(magrittr,set_names)
@@ -43,6 +42,7 @@ importFrom(rlang,is_installed)
4342
importFrom(rlang,seq2)
4443
importFrom(rlang,warn)
4544
importFrom(rlang,with_handlers)
45+
importFrom(tibble,tribble)
4646
importFrom(utils,capture.output)
4747
importFrom(utils,tail)
4848
importFrom(utils,write.table)

R/ui-styling.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @keywords api
2-
#' @import tibble
2+
#' @importFrom tibble tribble
33
#' @importFrom magrittr %>%
44
NULL
55

0 commit comments

Comments
 (0)