diff --git a/README.Rmd b/README.Rmd index 2565a38..93d11c1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -38,7 +38,7 @@ You can install the released version of `maptiles` from [CRAN](https://CRAN.R-pr install.packages("maptiles") ``` -Alternatively, you can install the development version of `osrm` (the dev branch) from [r-universe](https://riatelab.r-universe.dev/maptiles) with: +Alternatively, you can install the development version of `maptiles` (the dev branch) from [r-universe](https://riatelab.r-universe.dev/maptiles) with: ``` r install.packages('maptiles', repos = 'https://riatelab.r-universe.dev') diff --git a/README.md b/README.md index 81aff9b..01c1c47 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ You can install the released version of `maptiles` from install.packages("maptiles") ``` -Alternatively, you can install the development version of `osrm` (the -dev branch) from [r-universe](https://riatelab.r-universe.dev/maptiles) -with: +Alternatively, you can install the development version of `maptiles` +(the dev branch) from +[r-universe](https://riatelab.r-universe.dev/maptiles) with: ``` r install.packages('maptiles', repos = 'https://riatelab.r-universe.dev') @@ -37,7 +37,7 @@ OpenStreetMap tiles over North Carolina: ``` r library(sf) -#> Linking to GEOS 3.13.1, GDAL 3.10.3, PROJ 9.6.0; sf_use_s2() is TRUE +#> Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.4.0; sf_use_s2() is TRUE library(maptiles) # import North Carolina counties nc_raw <- st_read(system.file("shape/nc.shp", package = "sf"), quiet = TRUE) @@ -74,7 +74,7 @@ nc_osmpos <- get_tiles( ) #> Zoom: 7 #> Source(s): © OpenStreetMap contributors © CARTO -#> Cache directory: /tmp/Rtmp1Uv7sr/CARTO.POSITRON +#> Cache directory: /tmp/Rtmpu8Y3DZ/CARTO.POSITRON #> 8 tiles #> The resulting raster uses high resolution tiles. # display map