Skip to content

Commit

Permalink
prepare for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 7, 2022
1 parent db51b95 commit c478fcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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")`.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/shiny-usage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c478fcb

Please sign in to comment.