Skip to content

Commit

Permalink
prep for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Feb 25, 2018
1 parent dbb3392 commit 5fca7e7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"),
person("Kenton", "Russell", role = c("aut"))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2017
YEAR: 2018
COPYRIGHT HOLDER: Tim Appelhans
17 changes: 9 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5fca7e7

Please sign in to comment.