Skip to content

Commit 9816e89

Browse files
committed
Fix version number
1 parent ed61def commit 9816e89

9 files changed

Lines changed: 6 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: bcmaps
22
Title: Map Layers and Spatial Utilities for British Columbia
3-
Version: 0.18
3+
Version: 0.18.0
44
Authors@R: c(person("Andy", "Teucher", email = "andy.teucher@gov.bc.ca",
55
role = c("aut", "cre")), person("Stephanie", "Hazlitt", email = "stephanie.hazlitt@gov.bc.ca",
66
role = "aut"), person("Sam", "Albers", email = "sam.albers@gov.bc.ca", role = "aut"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bcmaps 0.18
1+
# bcmaps 0.18.0
22
* Added `bc_neighbours()` function to call layers containing adjacent jurisdictions.
33
* Ensured the `geometry` column in all layers is consistently named `"geometry"` (Thanks @boshek)
44
* Moving sf package to Depends to take advantage of sf print methods.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# bcmaps <img src="tools/readme/bcmaps-sticker.png" height="139" align="right"/>
55

6-
### Version 0.18
6+
### Version 0.18.0
77

88
[![dev](https://assets.bcdevexchange.org/images/badges/delivery.svg)](https://github.com/BCDevExchange/assets/blob/master/README.md)
99
[![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/')
6666
To see the layers that are available, run the `available_layers()`
6767
function:
6868

69+
#> Loading required package: sf
70+
#> Linking to GEOS 3.6.1, GDAL 2.1.3, PROJ 4.9.3
71+
6972
``` r
7073
library(bcmaps)
7174
available_layers()

tools/readme/bc_neighbours-1.png

74.6 KB
Loading

tools/readme/bec-1.png

43.3 KB
Loading

tools/readme/plot-maps-1.png

24.2 KB
Loading

tools/readme/unnamed-chunk-7-1.png

23 KB
Loading

tools/readme/unnamed-chunk-8-1.png

108 KB
Loading

tools/readme/watercourses-1.png

30.9 KB
Loading

0 commit comments

Comments
 (0)