We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ff313 commit 94e30f8Copy full SHA for 94e30f8
NAMESPACE
@@ -17,7 +17,6 @@ export(style_text)
17
export(tidyverse_math_token_spacing)
18
export(tidyverse_reindention)
19
export(tidyverse_style)
20
-import(tibble)
21
importFrom(magrittr,"%>%")
22
importFrom(magrittr,or)
23
importFrom(magrittr,set_names)
@@ -43,6 +42,7 @@ importFrom(rlang,is_installed)
43
42
importFrom(rlang,seq2)
44
importFrom(rlang,warn)
45
importFrom(rlang,with_handlers)
+importFrom(tibble,tribble)
46
importFrom(utils,capture.output)
47
importFrom(utils,tail)
48
importFrom(utils,write.table)
R/ui-styling.R
@@ -1,5 +1,5 @@
1
#' @keywords api
2
-#' @import tibble
+#' @importFrom tibble tribble
3
#' @importFrom magrittr %>%
4
NULL
5
0 commit comments