Skip to content

Commit

Permalink
Avoid auto_copy()
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 16, 2024
1 parent 500e968 commit 14807a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export(any_of)
export(arrange)
export(as_duckplyr_df)
export(as_tibble)
export(auto_copy)
export(between)
export(bind_cols)
export(bind_rows)
Expand Down
5 changes: 1 addition & 4 deletions R/duckplyr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## usethis namespace: start
#' @importFrom collections dict
#' @importFrom collections queue
#' @importFrom dplyr auto_copy
#' @importFrom dplyr do
#' @importFrom dplyr dplyr_col_modify
#' @importFrom dplyr dplyr_reconstruct
Expand Down Expand Up @@ -124,10 +125,6 @@ dplyr::anti_join
#' @export
dplyr::arrange

#' @importFrom dplyr auto_copy
#' @export
dplyr::auto_copy

#' @importFrom dplyr between
#' @export
dplyr::between
Expand Down
3 changes: 1 addition & 2 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14807a7

Please sign in to comment.