diff --git a/DESCRIPTION b/DESCRIPTION index 26d53b05..15d59b0d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bcmaps Title: Map Layers and Spatial Utilities for British Columbia -Version: 0.18 +Version: 0.18.0 Authors@R: c(person("Andy", "Teucher", email = "andy.teucher@gov.bc.ca", role = c("aut", "cre")), person("Stephanie", "Hazlitt", email = "stephanie.hazlitt@gov.bc.ca", role = "aut"), person("Sam", "Albers", email = "sam.albers@gov.bc.ca", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 12bd9b4a..6b10b588 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# bcmaps 0.18 +# bcmaps 0.18.0 * Added `bc_neighbours()` function to call layers containing adjacent jurisdictions. * Ensured the `geometry` column in all layers is consistently named `"geometry"` (Thanks @boshek) * Moving sf package to Depends to take advantage of sf print methods. diff --git a/README.md b/README.md index b8ddac95..f9ad858d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # bcmaps -### Version 0.18 +### Version 0.18.0 [![dev](https://assets.bcdevexchange.org/images/badges/delivery.svg)](https://github.com/BCDevExchange/assets/blob/master/README.md) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) @@ -66,6 +66,9 @@ install.packages('bcmapsdata', repos='https://bcgov.github.io/drat/') To see the layers that are available, run the `available_layers()` function: + #> Loading required package: sf + #> Linking to GEOS 3.6.1, GDAL 2.1.3, PROJ 4.9.3 + ``` r library(bcmaps) available_layers() diff --git a/tools/readme/bc_neighbours-1.png b/tools/readme/bc_neighbours-1.png index cfe9882b..639dfc04 100644 Binary files a/tools/readme/bc_neighbours-1.png and b/tools/readme/bc_neighbours-1.png differ diff --git a/tools/readme/bec-1.png b/tools/readme/bec-1.png index e94bdeed..9a415c82 100644 Binary files a/tools/readme/bec-1.png and b/tools/readme/bec-1.png differ diff --git a/tools/readme/plot-maps-1.png b/tools/readme/plot-maps-1.png index a5b560d4..82501cc5 100644 Binary files a/tools/readme/plot-maps-1.png and b/tools/readme/plot-maps-1.png differ diff --git a/tools/readme/unnamed-chunk-7-1.png b/tools/readme/unnamed-chunk-7-1.png index 7490d430..9767b932 100644 Binary files a/tools/readme/unnamed-chunk-7-1.png and b/tools/readme/unnamed-chunk-7-1.png differ diff --git a/tools/readme/unnamed-chunk-8-1.png b/tools/readme/unnamed-chunk-8-1.png index d325f927..c4433a16 100644 Binary files a/tools/readme/unnamed-chunk-8-1.png and b/tools/readme/unnamed-chunk-8-1.png differ diff --git a/tools/readme/watercourses-1.png b/tools/readme/watercourses-1.png index 43a19d1a..5f7e2213 100644 Binary files a/tools/readme/watercourses-1.png and b/tools/readme/watercourses-1.png differ