Skip to content

Commit

Permalink
reduce dplyr deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Nov 29, 2016
1 parent fbc82f6 commit d6d976c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ import(sp)
importFrom(Rcpp,evalCpp)
importFrom(curl,has_internet)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
Expand Down
2 changes: 1 addition & 1 deletion R/osmdata-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @author Bob Rudis, Robin Lovelace, Maëlle Salmon, Mark Padgham
#' @import sp
#' @importFrom curl has_internet
#' @importFrom dplyr %>% select left_join filter arrange bind_rows mutate do group_by distinct data_frame
#' @importFrom dplyr %>%
#' @importFrom httr content GET POST stop_for_status
#' @importFrom lubridate force_tz ymd_hms
#' @importFrom Rcpp evalCpp
Expand Down

0 comments on commit d6d976c

Please sign in to comment.