Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

magrittr reexport now in master #1

Merged
merged 1 commit into from
May 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Depends:
Imports:
assertthat (>= 0.2.0),
DBI (>= 1.0.0),
magrittr,
dplyr (>= 0.8.0),
glue (>= 1.2.0),
lifecycle,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(dplyr,union_all)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(methods,setOldClass)
importFrom(stats,setNames)
importFrom(stats,update)
Expand Down
1 change: 0 additions & 1 deletion R/dbplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#' @importFrom utils head tail
#' @importFrom glue glue
#' @importFrom methods setOldClass
#' @importFrom magrittr %>%
#' @importFrom dplyr n
#' @importFrom blob is_blob as_blob
#' @import rlang
Expand Down