Skip to content

Commit

Permalink
prepare for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jul 5, 2021
1 parent b6d5079 commit abac6a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.1.9300
Version: 1.0.2
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 Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# esquisse 1.0.2

* Use named character vector for scale manual instead of list.
* `save_ggplot_modal()` / `save_ggplot_ui()` added `output_format` argument to select the exported format allowed.
* Use named character vector for scale manual instead of list (for generated code).
* `save_ggplot_modal()` / `save_ggplot_ui()`: added `output_format` argument to select the exported format allowed.
* Fix bug with data imported from other source than an environment [#154](https://github.com/dreamRs/esquisse/issues/154), [#169](https://github.com/dreamRs/esquisse/issues/169)
* Fix bug in `dragulaInput()` / `updateDragulaInput()` with selected values.



Expand Down
11 changes: 5 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## Test environments
* local OS Windows 10 install, R 4.0.3
* ubuntu 16.04, Windows 10, macOS (on GitHub Actions), R 4.0.5
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 0 note

* Bug fixes.
* Added package 'rmarkdown' to Suggests (2021-04-16 mail from Kurt Hornik).
R CMD check succeeded

## Release summary

Minor release to correct some bugs reported by users.

Thank you !
Victor

0 comments on commit abac6a8

Please sign in to comment.