Skip to content

Commit 8894865

Browse files
committed
import tibble()
1 parent 9986d00 commit 8894865

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ importFrom(dplyr,left_join)
3434
importFrom(dplyr,mutate)
3535
importFrom(dplyr,select)
3636
importFrom(dplyr,summarise)
37+
importFrom(dplyr,tibble)

R/package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#' @importFrom dplyr `%>%` mutate select group_by summarise left_join case_when
2+
#' tibble
23
#'
34
#' @keywords internal
45
"_PACKAGE"

0 commit comments

Comments
 (0)