From 00d162ecd85d3f166bbf6828822f37d3939a2e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fran=C3=A7ois=20GUILLEM?= Date: Fri, 16 Jun 2017 16:58:44 +0200 Subject: [PATCH] fix errors in NEWS.md --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7517e99..a88a5da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,11 +3,11 @@ # manipulateWidget 0.7.0 (2017-06-08) ## Breaking changes -* `manipulateWidget()` has lost all argument that were used to customize the UI. Parameters `.controlPos`, `.tabColumns` and `.compareLayout` do not exist anymore. +* `manipulateWidget()` has lost all arguments that were used to customize the UI. Parameters `.controlPos`, `.tabColumns` and `.compareLayout` do not exist anymore. ## New features -* `manipulateWidget()` now creates a more compact and elegant interface. -* It is now possible to compare more than two charts. `manipulateWidget()` has a new argument `compareOpts` to control the number of charts and their position. +* `manipulateWidget()` now creates a more compact and elegant user interface. +* It is now possible to compare more than two charts. `manipulateWidget()` has a new argument `.compareOpts` to control the number of charts and their position. * Argument `.compare` of `manipulateWidget` can now be a character vector. # manipulateWidget 0.6.0 (2017-05-24)