Skip to content

Commit

Permalink
version to 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkahle committed Nov 19, 2023
1 parent e6c1b2c commit 4cdb1fb
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,5 +1,5 @@
Package: ggmap
Version: 3.0.2.9002
Version: 4.0.0
Title: Spatial Visualization with ggplot2
Description: A collection of functions to visualize spatial data and models
on top of static maps from various online sources (e.g Google Maps and Stamen
Expand Down
2 changes: 1 addition & 1 deletion R/crime.R
Expand Up @@ -6,5 +6,5 @@
#' @name crime
#' @docType data
#' @author Houston Police Department, City of Houston
#' @references \url{http://www.houstontx.gov/police/cs/stats2.htm}
#' @references \url{https://www.houstontx.gov/police/cs/index-2.htm}
NULL
2 changes: 1 addition & 1 deletion R/get_stamenmap.R
Expand Up @@ -24,7 +24,7 @@
#' @param ... ...
#' @return a ggmap object (a classed raster object with a bounding box
#' attribute)
#' @seealso \url{http://maps.stamen.com/#watercolor}, [ggmap()]
#' @seealso [ggmap()]
#' @name get_stamenmap


Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -30,7 +30,7 @@ __ggmap__ is an R package that makes it easy to retrieve raster map tiles from
popular online mapping services like [Google
Maps](https://developers.google.com/maps/documentation/maps-static?hl=en),
[Stadia Maps](https://stadiamaps.com/), and
[OpenStreetMap](https://openstreetmap.org/), and plot them using the
[OpenStreetMap](https://www.openstreetmap.org/), and plot them using the
[__ggplot2__](https://github.com/tidyverse/ggplot2) framework.

## Stadia Maps
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,7 +15,7 @@ status](https://ci.appveyor.com/api/projects/status/github/dkahle/ggmap?branch=m
tiles from popular online mapping services like [Google
Maps](https://developers.google.com/maps/documentation/maps-static?hl=en),
[Stadia Maps](https://stadiamaps.com/), and
[OpenStreetMap](https://openstreetmap.org/), and plot them using the
[OpenStreetMap](https://www.openstreetmap.org/), and plot them using the
[**ggplot2**](https://github.com/tidyverse/ggplot2) framework.

## Stadia Maps
Expand Down Expand Up @@ -265,8 +265,8 @@ mapdist(c("houston, texas", "dallas"), "waco, texas")
# # A tibble: 2 × 9
# from to m km miles seconds minutes hours mode
# <chr> <chr> <int> <dbl> <dbl> <int> <dbl> <dbl> <chr>
# 1 dallas waco, texas 155267 155. 96.5 5301 88.4 1.47 driving
# 2 houston, texas waco, texas 294763 295. 183. 10222 170. 2.84 driving
# 1 dallas waco, texas 155265 155. 96.5 5303 88.4 1.47 driving
# 2 houston, texas waco, texas 298224 298. 185. 10217 170. 2.84 driving
```

## Google Maps API key
Expand Down
2 changes: 1 addition & 1 deletion man/crime.Rd

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

2 changes: 1 addition & 1 deletion man/get_stamenmap.Rd

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

Binary file modified tools/README-faceting-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tools/README-ggmap-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tools/README-ggmap-layers-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tools/README-ggmap-patchwork-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tools/README-google_maps-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tools/README-maptypes-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tools/README-qmplot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tools/README-route_trek-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cdb1fb

Please sign in to comment.