From 5fca7e7a558318d42b6e6bd684c30a10e7639d06 Mon Sep 17 00:00:00 2001 From: timelyportfolio Date: Sun, 25 Feb 2018 07:36:25 -0600 Subject: [PATCH] prep for CRAN --- DESCRIPTION | 4 ++-- LICENSE | 2 +- NEWS.md | 17 +++++++++-------- cran-comments.md | 5 ++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 489509d..3252d07 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: mapedit Title: Interactive Editing of Spatial Data in R Description: Suite of interactive functions and helpers for selecting and editing geospatial data. -Version: 0.3.7 -Date: 2017-11-04 +Version: 0.4.0 +Date: 2018-02-25 Authors@R: c( person("Tim", "Appelhans", role = c("aut", "cre"), email = "tim.appelhans@gmail.com"), person("Kenton", "Russell", role = c("aut")) diff --git a/LICENSE b/LICENSE index d197421..f20c75e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2017 +YEAR: 2018 COPYRIGHT HOLDER: Tim Appelhans diff --git a/NEWS.md b/NEWS.md index 9d4650a..faf4804 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,21 +1,22 @@ -## mapedit 0.3.7 - -### New Features - -* add drawing mode to selectFeatures to enable selection via point/line/poolygon drawing. Selection will be done using any of ?geos_binary_ops - -# mapedit 0.3.3 +# mapedit 0.4.0 ### Bug Fix -* fix `edit` module lookup for already added `Leaflet.draw +* fix `edit` module lookup for already added `Leaflet.draw` ### New Features +* add drawing mode to selectFeatures to enable selection via point/line/polygon drawing. Selection will be done using any of `?geos_binary_ops`; thx @tim-salabim + * add `CRS` in `edit*` functions; thx @tim-salabim * add label for reference in `edit*` and `select*` +* add title argument for `editMap()` + +* automatically close browser window on Shiny session end when using +`viewer = browserViewer(browser = getOption("browser"))` + # mapedit 0.3.2 ### Bug Fix diff --git a/cran-comments.md b/cran-comments.md index b389610..f7d4ce4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,6 @@ ## Test environments -* local OS X install, R 3.4.0 -* ubuntu 12.04 (on travis-ci), R 3.4.0 -* win-builder (devel and release) +* local OS X install, R 3.4.3 +* ubuntu 12.04 (on travis-ci), R 3.4.3 * rhub::check_for_cran() ## R CMD check results