Skip to content

Commit

Permalink
Update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
Quiet27 committed Jul 14, 2022
1 parent 8e6f4ad commit 37526ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
export(connect_to_sqlite_db)
export(num_tweets_by_timeperiod)
export(num_tweets_by_username)
export(num_users_by_timeperiod)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_col)
Expand All @@ -15,7 +17,6 @@ importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_date)
importFrom(lubridate,floor_date)
importFrom(lubridate,now)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
Expand Down
2 changes: 1 addition & 1 deletion R/num_tweets_by_timeperiod.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#'
#' @importFrom dplyr mutate filter group_by summarise n
#'
#' @importFrom lubridate now ymd_hms floor_date ymd
#' @importFrom lubridate ymd_hms floor_date ymd
#'
#' @importFrom rlang .data
#'
Expand Down

0 comments on commit 37526ac

Please sign in to comment.