Skip to content

Commit

Permalink
Fix issue #148
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Feb 9, 2018
1 parent 4c16271 commit 4c49d7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Imports:
digest,
scales,
dplyr,
bitops
bitops,
grid
Suggests:
MASS,
stringr,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ importFrom(grid,grid.locator)
importFrom(grid,rasterGrob)
importFrom(grid,seekViewport)
importFrom(grid,upViewport)
importFrom(grid,viewport)
importFrom(jpeg,readJPEG)
importFrom(plyr,.)
importFrom(plyr,arrange)
Expand Down
2 changes: 1 addition & 1 deletion R/ggmap-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @importFrom stats time asOneSidedFormula
#' @importFrom utils URLencode download.file tail
#' @importFrom grid rasterGrob seekViewport grid.locator upViewport downViewport
#' current.vpTree current.vpPath
#' current.vpTree current.vpPath viewport
#' @importFrom scales expand_range
#' @importFrom dplyr bind_cols filter bind_rows
#' @aliases ggmap package-ggmap
Expand Down

0 comments on commit 4c49d7b

Please sign in to comment.