From c478fcbe8eb50d16d2be206d53a958875bbc80c4 Mon Sep 17 00:00:00 2001 From: pvictor Date: Fri, 7 Jan 2022 17:00:54 +0100 Subject: [PATCH] prepare for cran --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- vignettes/shiny-usage.Rmd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6b293973..7a081edf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: esquisse Type: Package Title: Explore and Visualize Your Data Interactively -Version: 1.0.2.9100 +Version: 1.1.0 Authors@R: c(person("Fanny", "Meyer", role = c("aut")), person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Ian", "Carroll", comment = "Faceting support", role = "ctb"), @@ -12,7 +12,7 @@ Authors@R: c(person("Fanny", "Meyer", role = c("aut")), Description: A 'shiny' gadget to create 'ggplot2' figures interactively with drag-and-drop to map your variables to different aesthetics. You can quickly visualize your data accordingly to their type, export in various formats, and retrieve the code to reproduce the plot. -URL: https://dreamrs.github.io/esquisse, https://github.com/dreamRs/esquisse +URL: https://dreamrs.github.io/esquisse/, https://github.com/dreamRs/esquisse BugReports: https://github.com/dreamRs/esquisse/issues License: GPL-3 | file LICENSE Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index c870a466..12417d8e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# esquisse 1.0.2.9000 +# esquisse 1.1.0 * Internationalization support based on [{datamods} mechanism](https://dreamrs.github.io/datamods/articles/i18n.html). + i18n: :fr: french translations added, activate with `set_i18n("fr")`. diff --git a/vignettes/shiny-usage.Rmd b/vignettes/shiny-usage.Rmd index 2ef2f0c5..d82ddcb4 100644 --- a/vignettes/shiny-usage.Rmd +++ b/vignettes/shiny-usage.Rmd @@ -118,7 +118,7 @@ The output of the module is a `reactiveValues` with 3 slots : ## Module for saving a ggplot object -This modulle allow to save a `ggplot` object in various format and to resize it before: +This module allow to save a `ggplot` object in various format and to resize it before: ![](figures/save-ggplot.png)