Skip to content

Commit

Permalink
Reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 16, 2024
1 parent 2452590 commit cbefc41
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions R/duckplyr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@
## usethis namespace: start
#' @importFrom collections dict
#' @importFrom collections queue
#' @importFrom dplyr between
#' @importFrom dplyr bind_cols
#' @importFrom dplyr bind_rows
#' @importFrom dplyr case_match
#' @importFrom dplyr coalesce
#' @importFrom dplyr consecutive_id
#' @importFrom dplyr cumall
#' @importFrom dplyr cumany
#' @importFrom dplyr cume_dist
#' @importFrom dplyr cummean
#' @importFrom dplyr cur_column
#' @importFrom dplyr cur_group
#' @importFrom dplyr cur_group_id
#' @importFrom dplyr cur_group_rows
#' @importFrom dplyr dense_rank
#' @importFrom dplyr do
#' @importFrom dplyr dplyr_col_modify
#' @importFrom dplyr dplyr_reconstruct
Expand All @@ -52,15 +37,8 @@
#' @importFrom dplyr groups
#' @importFrom dplyr if_else
#' @importFrom dplyr is_grouped_df
#' @importFrom dplyr min_rank
#' @importFrom dplyr mutate_all
#' @importFrom dplyr n_groups
#' @importFrom dplyr na_if
#' @importFrom dplyr near
#' @importFrom dplyr ntile
#' @importFrom dplyr order_by
#' @importFrom dplyr percent_rank
#' @importFrom dplyr pick
#' @importFrom dplyr rename_all
#' @importFrom dplyr rename_at
#' @importFrom dplyr rename_if
Expand All @@ -71,29 +49,15 @@
#' @importFrom dplyr select_if
#' @importFrom dplyr summarise_all
#' @importFrom dplyr summarise_at
#' @importFrom dplyr top_n
#' @importFrom dplyr vars
#' @importFrom dplyr with_order
#' @importFrom glue glue
#' @importFrom lifecycle deprecated
#' @importFrom rlang .data
#' @importFrom tibble add_row
#' @importFrom tibble as_tibble
#' @importFrom tibble deframe
#' @importFrom tibble is_tibble
#' @importFrom tibble new_tibble
#' @importFrom tibble tibble
#' @importFrom tibble tribble
#' @importFrom tidyselect all_of
#' @importFrom tidyselect any_of
#' @importFrom tidyselect contains
#' @importFrom tidyselect everything
#' @importFrom tidyselect last_col
#' @importFrom tidyselect matches
#' @importFrom tidyselect num_range
#' @importFrom tidyselect one_of
#' @importFrom tidyselect starts_with
#' @importFrom tidyselect where
#' @importFrom utils head
#' @importFrom vctrs new_data_frame
#' @importFrom vctrs new_list_of
Expand Down

0 comments on commit cbefc41

Please sign in to comment.