From ee675d592cf953fbfafb50244e51eeaaa7d4d8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fran=C3=A7ois=20GUILLEM?= Date: Tue, 30 May 2017 10:46:52 +0200 Subject: [PATCH] BUGFIX: expandLimits requires leaflet >= 1.1.0 --- DESCRIPTION | 4 ++-- NEWS | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c0f3114..fc59a61 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: leaflet.minicharts Type: Package Title: Mini Charts for Interactive Maps -Version: 0.3.0 +Version: 0.3.1 Authors@R: c( person("Francois", "Guillem", , "francois.guillem@rte-france.com", role = c("aut", "cre")), person("Jalal-Edine", "ZAWAM", , "jalal-edine.zawam@rte-france.com", role = "ctb"), @@ -13,7 +13,7 @@ Description: Add and modify small charts on an interactive map created with variables on a single map. License: GPL (>= 2) | file LICENSE Depends: R (>= 2.10) -Imports: leaflet (>= 1.0), +Imports: leaflet (>= 1.1.0), htmltools Encoding: UTF-8 LazyData: true diff --git a/NEWS b/NEWS index 7440c21..7f65aa3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes in version 0.3.1 (2017-05-30) + +BUGFIXES: +* addMinicharts() uses functions that are only available in package leaflet >= 1.1.0. The package now requires this version of leaflet. + + Changes in version 0.3 (2017-05-19) NEW FEATURES: