From e216efb6edd6b74b1c8ce3fe21803ad5234a62df Mon Sep 17 00:00:00 2001 From: Leonardo Vida Date: Fri, 4 Jun 2021 17:14:14 +0200 Subject: [PATCH] Update README, update version 1.2.1 and add changelog (#37) --- DESCRIPTION | 3 ++- NEWS.md | 16 ++++++++++++++++ README.Rmd | 3 ++- README.md | 4 +++- 4 files changed, 23 insertions(+), 3 deletions(-) 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( ) ``` -

+

+
# osmenrich: enrich geocoded data using OpenStreetMap diff --git a/README.md b/README.md index 155955b..12e1f0f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -

+

+
+ # osmenrich: enrich geocoded data using OpenStreetMap