diff --git a/DESCRIPTION b/DESCRIPTION index affae6b..8d1482d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Title: Enrich sf Data with Geographic Features from OpenStreetMaps Description: Add columns to sf data using geographic features from OpenStreetMap. In the case of point geocoded observations, column values are based on weighted distances to the desired features. -Version: 1.1 +Version: 1.2.1 Author: ODISSEI SoDa Team Authors@R: c( person("Erik-Jan", "van Kesteren", email = "e.vankesteren1@uu.nl", @@ -41,6 +41,7 @@ Roxygen: list(markdown = TRUE) Suggests: tidyverse, rmarkdown, + markdown, knitr, ggplot2, ggspatial, diff --git a/NEWS.md b/NEWS.md index 05e6c17..f166776 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,21 @@ # osmenrich +## osmenrich 1.2 + +### Major changes: +- Documentation updates: + - Add hyperlink to Map Features on the OSM website + - Remove words like 'our' and 'we' + - Fixed documentation inaccuracies + - Refactored naming of variables + - Replace `dontrun` by `donttest` + - Clarify title of `enrich_osm.R` + - Update README and add wastebasket figure +- Package updates: + - Added the example dataset `common_swift` + - Move details of `enrich_opq.R` to `enrich_osm.R` + - Add feature geometry correction in `enrich_osm.R` + ## osmenrich 1.1 ### Major changes: diff --git a/README.Rmd b/README.Rmd index 9005cd2..28fac69 100644 --- a/README.Rmd +++ b/README.Rmd @@ -12,9 +12,10 @@ knitr::opts_chunk$set( ) ``` -
+
+