Skip to content

Commit 6b34781

Browse files
committed
refactor: linewrap dplyr imports
1 parent ad2a50b commit 6b34781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/epieval-package.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#' @importFrom magrittr %>% %<>%
2-
#' @importFrom dplyr select rename inner_join join_by mutate relocate any_of group_by reframe summarize left_join across filter rowwise everything ungroup
2+
#' @importFrom dplyr select rename inner_join join_by mutate relocate any_of
3+
#' group_by reframe summarize left_join across filter rowwise everything ungroup
34
#' @importFrom purrr transpose map map2_vec
45
#' @keywords internal
56
"_PACKAGE"

0 commit comments

Comments
 (0)