Skip to content

Commit c59af28

Browse files
committed
chore: fix typo in README
1 parent bb05912 commit c59af28

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can install the released version of `maptiles` from [CRAN](https://CRAN.R-pr
3838
install.packages("maptiles")
3939
```
4040

41-
Alternatively, you can install the development version of `osrm` (the dev branch) from [r-universe](https://riatelab.r-universe.dev/maptiles) with:
41+
Alternatively, you can install the development version of `maptiles` (the dev branch) from [r-universe](https://riatelab.r-universe.dev/maptiles) with:
4242

4343
``` r
4444
install.packages('maptiles', repos = 'https://riatelab.r-universe.dev')

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ You can install the released version of `maptiles` from
2222
install.packages("maptiles")
2323
```
2424

25-
Alternatively, you can install the development version of `osrm` (the
26-
dev branch) from [r-universe](https://riatelab.r-universe.dev/maptiles)
27-
with:
25+
Alternatively, you can install the development version of `maptiles`
26+
(the dev branch) from
27+
[r-universe](https://riatelab.r-universe.dev/maptiles) with:
2828

2929
``` r
3030
install.packages('maptiles', repos = 'https://riatelab.r-universe.dev')
@@ -37,7 +37,7 @@ OpenStreetMap tiles over North Carolina:
3737

3838
``` r
3939
library(sf)
40-
#> Linking to GEOS 3.13.1, GDAL 3.10.3, PROJ 9.6.0; sf_use_s2() is TRUE
40+
#> Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.4.0; sf_use_s2() is TRUE
4141
library(maptiles)
4242
# import North Carolina counties
4343
nc_raw <- st_read(system.file("shape/nc.shp", package = "sf"), quiet = TRUE)
@@ -74,7 +74,7 @@ nc_osmpos <- get_tiles(
7474
)
7575
#> Zoom: 7
7676
#> Source(s): © OpenStreetMap contributors © CARTO
77-
#> Cache directory: /tmp/Rtmp1Uv7sr/CARTO.POSITRON
77+
#> Cache directory: /tmp/Rtmpu8Y3DZ/CARTO.POSITRON
7878
#> 8 tiles
7979
#> The resulting raster uses high resolution tiles.
8080
# display map

0 commit comments

Comments
 (0)